manually use setAuth() on SIGNED_IN?
Do we have to use
Asking to be sure because it looks like my API calls still seem to use the anon access token post signIn()
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()