Is there a way to change permissions for providers #1040
-
Hi, Is it possible to specify additional permissions to a provider? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
balazsorban44
Jan 4, 2021
Replies: 1 comment 4 replies
-
Permissions are the same as Ref: https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/ |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
balazsorban44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Permissions are the same as
scope
. You can certainly add any scope to your provider: https://next-auth.js.org/configuration/providers#oauth-provider-optionsRef: https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/