#Next-Auth integrates with nestJS for REST APIs

3 messages · Page 1 of 1 (latest)

icy slate
#

i have confusion on next-auth, i have NestJS as REST API. Is it more JWT after logging in to SET on the NestJS controller or Next-Auth receiving a response result from the REST API login

thorny jewel
#

I am also looking for the answer to the same question....Next Auth uses in-built providers...and as per the document it is more suited for serverless implemenation...so in that case next application itself acts as a authentication server with or without database

#

but if we have our own server implementation in nest js then i think we can write a custom provider