You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Currently, the client logic calls _removeSession to clear the session when doing an auth call. If the call fails, the existing session is never restored and is lost, effectively disconnecting the user session.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Create a supabase client and log in
Call an auth function with invalid parameters
Get the client session
Expected behavior
The existing client session is kept in the event of a fail.
Bug report
Describe the bug
Currently, the client logic calls
_removeSessionto clear the session when doing an auth call. If the call fails, the existing session is never restored and is lost, effectively disconnecting the user session.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
The existing client session is kept in the event of a fail.
System information