-
I'm a bit lost here. The documentation refers to version 4 but points to https://github.com/nextauthjs/next-auth-example which runs on version 5 beta and does not have a tag on version 4. There is some sample in the 4.24.7 tag of next-auth but not with nextjs app router. I guess my best shot is to rely on next-auth-example with next-auth 5 beta to have a working nextjs app router sample, but honestly things are confusing, expecially because I cannot rely on the doc which is the version 4 one, and seems to have major differences with version 5. Is there any version 5 doc? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hmm figured out that the beta 5 has doc link to https://authjs.dev/reference/nextjs. Everything makes much more sense now! |
Beta Was this translation helpful? Give feedback.
Hmm figured out that the beta 5 has doc link to https://authjs.dev/reference/nextjs. Everything makes much more sense now!