Any Benefits to using Auth0 in Next-Auth?
Hey, currently working on an expo app that uses Auth0 for auth. Planning on using it aswell for the nextjs app. I was looking at next-auth, and it seems to provide functionality to use Auth0 as a provider.
Would there realistically be any benefits to using this? I feel like it would just be easier to use the
I do store additional data about users, i.e their products etc, and use prisma currently, but I dont strictly need next-auth for this.
Would there realistically be any benefits to using this? I feel like it would just be easier to use the
@auth0/nextjs-auth0 package, as next-auth just feels like an unnecessary middle man.I do store additional data about users, i.e their products etc, and use prisma currently, but I dont strictly need next-auth for this.