auth icon indicating copy to clipboard operation
auth copied to clipboard

Only the information requested by the scope is not imported. and not response phone_number data

Open lightofjeju opened this issue 6 months ago • 9 comments

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

  1. Check the personal information items that can be received when logging in on the Kakao developer site.
  2. Try OAuth kakao login
  • await supabase.auth.signInWithOAuth( OAuthProvider.kakao, scopes: "profile_image,name,gender,birthday,birthyear,phone_number" )
  1. It says it's an incorrect request.
  2. I didn't request profile_nickname, but it shows that I set it up and requested it.

not response phone_number data

  1. Check the personal information items that can be received when logging in on the Kakao developer site.
  2. Try OAuth kakao login
  • await supabase.auth.signInWithOAuth( OAuthProvider.kakao, scopes: "profile_image,name,gender,birthday,birthyear,phone_number" )
  1. empty phone data in response data.

Screenshots

image

Version (please complete the following information): flutter 3.13.9 supabse_flutter ^2.3.3

lightofjeju avatar Feb 21 '24 07:02 lightofjeju