You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you have done a great job with this project! I was just going through the code and was wondering what must be the purpose of sessionToken in the User entity. Do you mind explaining it a bit? It looks like it is a random string concantenated to the secret while generating the refreshToken and accessToken. What if we don't use it?
The text was updated successfully, but these errors were encountered:
The purpose of the sessionToken is when you are logged in on different devices and you change your password it gives you the option to log out from all your other devices, if you want to sign off from all of the other devices, it changes your session token.
Hi, you have done a great job with this project! I was just going through the code and was wondering what must be the purpose of
sessionToken
in the User entity. Do you mind explaining it a bit? It looks like it is a random string concantenated to the secret while generating the refreshToken and accessToken. What if we don't use it?The text was updated successfully, but these errors were encountered: