How to access stored sessions of my users? #699
-
I am using this in Nextjs page router. In order to access my user's sessions I have to see the stored session in server so I can access it. In case, if the user is doing bad activity in my web app so I can delete his session so he will automatically logout and I will block him through the database then he retry to login then his status will be blocked. |
Beta Was this translation helpful? Give feedback.
Answered by
vvo
Jun 14, 2024
Replies: 1 comment
-
Hey @rudrabhikadiya3, To achieve what you want ("Block user from logging in") then you need to:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vvo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @rudrabhikadiya3, To achieve what you want ("Block user from logging in") then you need to: