Authentication and Authorization
Unanswered
Masai Lion posted this in #help-forum
Masai LionOP
I am abit confused with the general authorization system in Next JS. What I did was
1. setup the [...nextauth].js
2. Add pseudo users to the database
3. The login request
now I dont understand what exactly is happening or what the different methods to tackle the login authoization.
Should I store it in a cookie or what exactly?
1. setup the [...nextauth].js
2. Add pseudo users to the database
3. The login request
now I dont understand what exactly is happening or what the different methods to tackle the login authoization.
Should I store it in a cookie or what exactly?