Replies: 2 comments
-
@lihebi Did you find a solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, I couldn't find a solution yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the official express example, the sign-in and sign-out are handled by the REST api
/api/auth/signin
and/api/auth/signout
.When a user sign-in with google, the consent screen is displayed every single time. That is, when user signout and sign-in again, the consent screen is shown again.
The expected behavior is that the user only need to agree to consent screen for the first time login to this site. This behavior is correct in the official nextjs example.
This is the consent screen:
Beta Was this translation helpful? Give feedback.
All reactions