Accessing custom scopes from Ally drivers #4225
Unanswered
yannmichaux
asked this question in
Help
Replies: 0 comments
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.
-
Hi, i'm currently making a social authentication with Google and Ally for my app, i'm asking theses scopes :
And in the "original" field on the method provider.user() I didn't have the "custom" scopes
user.gender.read
,user.birthday.read
,user.phonenumbers.read
, for example, this is the callback response when i'm usingally.use('google').user()
Here's the implementation :
Beta Was this translation helpful? Give feedback.
All reactions