Sign a specific session out programmatically? #1551
Unanswered
DennisMartinez
asked this question in
Help
Replies: 0 comments
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.
-
I'm trying to implement a ban feature for user management. I'd like to sign the user out once they are banned by an admin. Is there a way to sign out a session programmatically?
Currently I delete the session out of the db and call it a day. Is this the correct way to handle this situation?
Beta Was this translation helpful? Give feedback.
All reactions