How can I access to oauth scopes data?
No data corresponding to scopes could be found in user metadata.
3 Replies
It only comes back in the user data in the client after signup/in. You are responsible for storing it how you feel comfortable doing so. Supabase does not store it after the refresh of the session after signup/in.
I need to do additional client develop, thank you.