SupabaseS
Supabase4y ago
enti

manually use setAuth() on SIGNED_IN?

Do we have to use setAuth() on our current SupabaseClient Object once we receive the SIGNED_IN Event with its session.access_token, or does the SupabaseClient Object updates itself through the signIn() process?
Asking to be sure because it looks like my API calls still seem to use the anon access token post signIn()
Was this page helpful?