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
Invoking signOut method when the user's session is already expired, results in an error The user must be authenticated first. This prevents logging out an already session expired user from the frontend.
How to reproduce:
Expected behavior:
Should be able to make an already session expired user sign out.
The text was updated successfully, but these errors were encountered:
Describe the issue:
Invoking
signOut
method when the user's session is already expired, results in an errorThe user must be authenticated first
. This prevents logging out an already session expired user from the frontend.How to reproduce:
Expected behavior:
Should be able to make an already session expired user sign out.
The text was updated successfully, but these errors were encountered: