validate session token in express server #11679
Unanswered
Shivam00123
asked this question in
Help
Replies: 2 comments
-
Having the EXACT same issue. There doesn't appear to be a function that just checks the session token passed as a cookie. Very annoying. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Answered here: #10955 (reply in thread) |
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.
-
i have next-auth v5 running and it is working fine for frontend, now i am sending session token as a cookie to my express server and i want to authenticate the user, but i tried my level best but could not succeed decoding it on my express server. Is there a way to do it documentation is not helping much.
Beta Was this translation helpful? Give feedback.
All reactions