HOW TO MIGRATE FROM NEXTAUTH.JS TO AUTH.JS #9169
Unanswered
atumas-bananamilk
asked this question in
Help
Replies: 1 comment
-
They stopped adding new providers to next-auth@v4 |
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.
-
Are there any migration guides to migrate from NextAuth.js to Auth.js?
Changing imports from everything related to
@next-auth
to@auth
results in errors.We've been using NextAuth with Prisma adapter for 2 years and now we must migrate since Tiktok isn't supported on NextAuth but supported on Auth.. Kinda random..
For example:

Returns errors:

Beta Was this translation helpful? Give feedback.
All reactions