How safe is to use persist data if it stores data in eg localStorage? #2865
Unanswered
andrejmoltok
asked this question in
Q&A
Replies: 1 comment
-
@andrejmoltok the persist middleware by default use |
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
-
Greetings,
I would like to implement a JWT token verification mechanism into my NextJS app, and my question is, if the user signs out from my app, i want to keep a sensitive info available for 24 hours between logins.
I have read the docs and it can store data in localStorage. how safe is this taking in account the data needed to be persisted needs to be kept extremely safe.
Thanks in advance. Much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions