Replies: 1 comment
-
Hello @vv1n3k have you found any solution to this yet? |
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
-
Your question
I wonder how to pass JWT token from API to Next Auth session. Is it safe solution to store the info in NextAuth token provided with encryption flag set to true?
What are you trying to do
I'm using a credential provider and can fetch the user from the backend. I would like to store my JWT API token and be able to use it in further client side requests or authorized server side API calls requested.
Feedback
I would be great to prepare some additional tutorials describe how to iteract with custom API. Callback section need better documentation. BTW your solution seems nice.
Beta Was this translation helpful? Give feedback.
All reactions