Next.js Discord

Discord Forum

Can NextAuth.js be used with backend technologies like NestJS?

Unanswered
Sphecid wasp posted this in #help-forum
Open in Discord
Sphecid waspOP
NextAuth documentation says it is designed to support Next.js and Serverless.
But can it be used when an application already has a sever (e.g. NestJS) and the user authentication (with username and password) happens at the backend. Is it recommended?
Can we use NextAuth only for social media authentication and NestJS backend for local strategy auth.

0 Replies