Every time the server restarts, the user needs to login again. How to prevent that? #862
Unanswered
Ankur-Khandelwal
asked this question in
Help
Replies: 1 comment
-
The default session store for |
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
-
I am using passport js to set up the authentication for my web application. It's in the development phase. Every time I make changes in the backend and restart the server, the user gets logged out. This is not desirable, especially in the development phase. How to prevent that?
Beta Was this translation helpful? Give feedback.
All reactions