signing out lost device #5791
Unanswered
Deliana90
asked this question in
Feature Requests
Replies: 1 comment
|
Currently no built in way? (see 2nd part). You could manually remove all refresh tokens for the uuid from the auth.refresh_tokens table. This means when there current jwt times out they can't refresh it. You could also write a function to do this based on email or something simpler than uuid as input. Probably also have to require a password reset. It appears an option to temporarily ban a user is in the works: supabase/auth#343 Note in all cases someone with a current jwt can use that until time expires (default 1 hour) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
let's say our device got stolen, can we remove access those stolen device?
for example
All reactions