I don't receive accessToken from jwt({token, user, account}) #3311
Unanswered
DarkOrbitWeaver
asked this question in
Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
I want to verify the request so the user cannot edit request to post as another user.
/api/posts/newpost.js API code:
/api/auth/[...next-auth].js code:
-also if someone could answer my question, please.
https://stackoverflow.com/questions/70172881/i-want-to-implement-a-sessions-management-system-using-next-auth
How to reproduce ☕️
//console.log(session);
{
user: { uid: '61a53559b7a09ec93f45f6ad' },
expires: '2021-12-30T21:18:18.182Z',
accessToken: undefined
}
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions