Authentication without Next-Auth
Unanswered
Little Gull posted this in #help-forum
Little GullOP
Hey! Been trying for weeks to find an example app for authentication with Next 13 (with app router) hooked to an Express/Nest.js backend WITHOUT Next Auth. Super frustrated! Does someone have a proper guide to go about implementing it?
1 Reply
@Little Gull Hey! Been trying for weeks to find an example app for authentication with Next 13 (with app router) hooked to an Express/Nest.js backend WITHOUT Next Auth. Super frustrated! Does someone have a proper guide to go about implementing it?
@Little Gull On frontend side you have 4 good options for handling auth: Auth(NextAuth), Clerk, Auth0, Stytch.
https://nextjs.org/docs/app#how-can-i-handle-authentication-with-the-app-router
Implementing such auth without those libraries will be a reinveting wheel 🙂
https://nextjs.org/docs/app#how-can-i-handle-authentication-with-the-app-router
Implementing such auth without those libraries will be a reinveting wheel 🙂