Storing sensitive information using next-auth #2107
Unanswered
muftisamiullah
asked this question in
Help
Replies: 1 comment
-
We provide two ways of storing session information either in a JWT directly in a session cookie or in a database. both have advantages and disadvantages. https://next-auth.js.org/faq#json-web-tokens have a look at this, and try browsing the documentation, see if it helps. 🙂 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
I just wanted to know how can we store senstive information using next-auth, i am saving accessToken in session and thats visible in network i just want to store somewhere can you tell me how i can do that using next-auth
Beta Was this translation helpful? Give feedback.
All reactions