My app requests "additional access" every time the user signs in with Google #11160
Replies: 7 comments 7 replies
-
@balazsorban44 I saw you moved this from issues to discussions. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Facing the same problem, did you manage to find out why this is happening? |
Beta Was this translation helpful? Give feedback.
-
I also have problem with this, I use the latest version 5.0.0-beta.19 |
Beta Was this translation helpful? Give feedback.
-
same problem here |
Beta Was this translation helpful? Give feedback.
-
same here, every time i login the consent screen show up even if i already accepted terms, the screen is like the first that @swax showed, what im trying to get is when i login first time the consent screen show up thats ok but in the second login and so on, after selecting the account with which i have already accepted the terms so just login in to the app no need to show again and agian the same consent screen. I already try changing prompt value, taking out sensitive scopes and other params but nothing seems to work. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue as well. Can't get past it. Any solutions yet?
|
Beta Was this translation helpful? Give feedback.
-
Provider type
Google
Environment
Reproduction URL
https://github.com/GermanJablo/auth-repro
Describe the issue
My app requests "additional access" every time the user signs in with Google.
Following the answer in this thread I tried modifying the
prompt
parameter and although I managed to change the appearance of the consent screen (it didn't ask for additional permissions but just permissions), it still asks for them every time someone logs in.I tried using
consent
andselect_account
in the prompt field but it didn't work.related threads:
How to reproduce
GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
to .envpnpm install
pnpm db:push
pnpm dev
Expected behavior
It should not ask for permissions every time the user logs in. As happens in https://next-auth-example.vercel.app/ (I don't know why it works there)
Beta Was this translation helpful? Give feedback.
All reactions