© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
3 replies
Miryang

How can I access to oauth scopes data?

No data corresponding to scopes could be found in user metadata.

const signInWithKakao = async () => {
    const { data, error } = await supabaseClient.auth.signInWithOAuth({
      provider: 'kakao',
      options: {
        scopes: 'name gender birthday birthyear phone_number account_ci',
      },
    });
const signInWithKakao = async () => {
    const { data, error } = await supabaseClient.auth.signInWithOAuth({
      provider: 'kakao',
      options: {
        scopes: 'name gender birthday birthyear phone_number account_ci',
      },
    });
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

discord oauth scopes
SupabaseSSupabase / help-and-questions
4y ago
Delegated account access / OAuth
SupabaseSSupabase / help-and-questions
7mo ago
Pass Data Through OAuth
SupabaseSSupabase / help-and-questions
14mo ago
Access Token from Google OAuth to supabase?
SupabaseSSupabase / help-and-questions
3y ago