Replies: 2 comments
-
Users can stay logged in until their jwt expires. Default is on hour. There is no way for the Supabase server to notify the client to signout until a refresh of the jwt is done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
you gotta two-stage it, because you can't easily revoke a jwt token in supabase.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I paid for pro plan on supabase and checked this field "Enforce single session per user". But I'm still able to be logged with the same account on 2 different browsers at the same time.
My question is do I need to do anything else in order to loggout user from other device when same account is loggedin in different browser?
Beta Was this translation helpful? Give feedback.
All reactions