supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
656 stars 154 forks source link

feat(goture): Allow OAuthProvider.kakao for signInWithIdToken #922

Closed nectarine closed 1 month ago

nectarine commented 1 month ago

What kind of change does this PR introduce?

Allow OAuthProvider.kakao for signInWithIdToken in gotrue_client

What is the current behavior?

Only google and apple are allowed.

What is the new behavior?

https://github.com/supabase/auth/pull/1381 Since supabase.auth already allows an OIDC with kakao, the client should accept the OAuthProvider.kakao with signInWithIdToken