Help finding good guides
does anyone know an up to date guide to making authentication on nuxt, without using services like supabase?
It's been difficult for me to learn nuxt, as there arent many guides online for specific things.
3 Replies
Although I use supabase for auth right now, I came across this project while doing some research and it uses Auth.js. Also using some other tech I'm currently using such as Nuxt, Turborepo, drizzle and TRPC which was a nice find. https://github.com/romhml/k2
GitHub
GitHub - romhml/k2: π§ A Nuxt starter kit powered by Bun, Turborepo,...
π§ A Nuxt starter kit powered by Bun, Turborepo, TRPC and Drizzle. - romhml/k2
Also you could take a look at sidebase/nuxt-auth which uses authjs also https://github.com/sidebase/nuxt-auth
GitHub
GitHub - sidebase/nuxt-auth: π Nuxt user authentication and session...
π Nuxt user authentication and sessions via authjs (next-auth), local and refresh providers. nuxt-auth wraps NextAuth.js to offer the reliability & convenience of a 12k star library to the ...
this is very useful, thanks a lot!