-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only the information requested by the scope is not imported. and not response phone_number data #1445
Comments
@lightofjeju Can you share the URL for this page? |
Also I'm going to transfer this issue to the Auth backend repo as it seems like a backend issue. |
scope settings page
kakao error urlAnd when I checked the auth log in the suppbase dashboard, I didn't receive not only the phone but also the birthdat birthyaer data. |
It seems to be requested because the above three scopes are always put in by default. To modify, we need to modify the logic related to scopes, but other providers have the same logic, which seems to be intended maybe. |
Thank you for your answer. Then, do you have any intention to make the oauthScopes value customizable? oh.. sorry.. |
hello! I added the phone_number value to scopes, but I am not receiving the phone_number value. If this function doesn't work, I can't use the supabase auth and I think I'll have to link it with Kakao directly.. 🥲 |
@lightofjeju |
It can be solved by attaching a trigger to the for example
|
@lightofjeju that's because the auth service requires these scopes by default |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Only the information requested by the scope is not imported
OAuthProvider.kakao,
scopes: "profile_image,name,gender,birthday,birthyear,phone_number"
)
not response phone_number data
OAuthProvider.kakao,
scopes: "profile_image,name,gender,birthday,birthyear,phone_number"
)
Screenshots
Version (please complete the following information):
flutter 3.13.9
supabse_flutter ^2.3.3
The text was updated successfully, but these errors were encountered: