Next-auth in 2 separated projects
Unanswered
Cuvier’s Dwarf Caiman posted this in #help-forum
Cuvier’s Dwarf CaimanOP
Hello guys, I'm studying Next.js and trying to make a website for my class work.
I have 2 projects, both based on Next.js, one is for Backend and the other one for Frontend.
In the Backend, I use Prisma to handle de DDBB conection and create endpoints to use in the Frontend.
But now, I want to use Next-Auth to make an user, login and session functionallity, but I don't know what to do.
I'm a bit new so all help is very useful, thanks in advance!
I have 2 projects, both based on Next.js, one is for Backend and the other one for Frontend.
In the Backend, I use Prisma to handle de DDBB conection and create endpoints to use in the Frontend.
But now, I want to use Next-Auth to make an user, login and session functionallity, but I don't know what to do.
I'm a bit new so all help is very useful, thanks in advance!
4 Replies
@Cuvier’s Dwarf Caiman Hello guys, I'm studying Next.js and trying to make a website for my class work.
I have 2 projects, both based on Next.js, one is for Backend and the other one for Frontend.
In the Backend, I use Prisma to handle de DDBB conection and create endpoints to use in the Frontend.
But now, I want to use Next-Auth to make an user, login and session functionallity, but I don't know what to do.
I'm a bit new so all help is very useful, thanks in advance!
You could have done it in the same project as i haven't seen a next-auth v5 implementation working on totally separate front-end and back-end so far.
As you can see here
Cuvier’s Dwarf CaimanOP
working on it!
thanks!