Doodie
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?5 replies