General Info
Feature request
Current state:
- User is signed out and signs in with Google
- User successfully signs in with Google and returns back to app with accessTokens, etc in the url params.
- When supabase is loaded after redirect from Google,
supabase.auth.sessionStatus will check locally stored session and will emit Unauthenticated.
- Only after, the url params get consumed and
sessionStatus becomes Authenticated
Proposition:
- Also check url params before first
sessionStatus is determined on web
This will make the sign in experience smoother, especially when the UI is reacting uppon the current signed in state.