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
I am using node-persist module in my application to store the tokens.
setItemSync("userResourceToken", "someToken...")
As per understanding this token will be shared across multiple sessions. Is that right?
If above question is true, then to separate the token for every user should I store the user specific token with unique key?
In this case server storage is an option or should I choose the any db for this purpose?
The text was updated successfully, but these errors were encountered:
I am using node-persist module in my application to store the tokens.
setItemSync("userResourceToken", "someToken...")
As per understanding this token will be shared across multiple sessions. Is that right?
If above question is true, then to separate the token for every user should I store the user specific token with unique key?
In this case server storage is an option or should I choose the any db for this purpose?
The text was updated successfully, but these errors were encountered: