need resource for learning auth
Unanswered
Horse guard wasp posted this in #help-forum
Horse guard waspOP
im learning nextjs coming from react, and i just finished this official tutorial: https://nextjs.org/learn/dashboard-app/adding-authentication
it doesnt explain many things, like where the user data is stored, how can i access it from server or client components, and there are probably others things i need to know that i cant think of now
it doesnt explain many things, like where the user data is stored, how can i access it from server or client components, and there are probably others things i need to know that i cant think of now
3 Replies
Spectacled bear
dive into NextAuth documentation itself if you want to know more about it
Great-tailed Grackle
If you want to try rolling your own auth first, try referring to the docs or watching this great video by one of the vercel team member:
https://youtu.be/N_sUsq_y10U?si=m_8BXblCbGAhLNxY
https://nextjs.org/docs/app/building-your-application/authentication
https://youtu.be/N_sUsq_y10U?si=m_8BXblCbGAhLNxY
https://nextjs.org/docs/app/building-your-application/authentication
Horse guard waspOP
awesome tyvm!