Seeking tips for authentication
Perhaps this is a dumb question.
I am trying to create authentication for my website. Where there should be the possibility to sign up and login with Credentials, Google and Apple.
I have been looking at
@sidebase/nuxt-auth
but my problem is, all of their guides online is depending on the nuxt server located in /server/api
.
I want to handle everything on a seperate backend running express.js.
Is there anyone that would love to share some experience implementing such thing in the best way possible?3 Replies
is there a specific reason you're not willing to use the power of nuxt for your backend
Yes. I am going to run multiple things using the same backend. Mobile app, Nuxt frontend, and other stuff.
And also, the Nuxt page must be built as a static project.
we're doing the same 😄 but with nuxt as a backend too