Documentation for next-auth usage with NextJS 13 seems unclear / non-existent #7946
Unanswered
sarangzambare
asked this question in
Help
Replies: 2 comments 2 replies
-
It is an absolute sh** show mate. Just wait until you try to put it into production behind a proxy. Everything was good in Dev but now 8 things are broken and there's no guide if it's not deployed on vercel. They also don't do refresh tokens, you have to code that yourself and it won't work, so it's really a hobby app from the 2000s. Just use Auth0 or Google firebase. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It's 2025 and I am here just to confirm that it is still shit literally everything in documentation doesn't work the way it's mentioned please stay away from this |
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 want to implement nextauth in my nextjs 13 app, but most of the documentation assumes the pages/ folder and the _app.tsx file - which do not exist in nextjs 13 +
there are many tutorials out there that teach you how to use nextauth in nextjs 13, but i could not find how to do it in the official docs.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions