What is the difference between JWT and session/database in next-auth

.
1 Reply
Neto
Neto9mo ago
jwt you store the user data into a string session/database you store the data into the database and give the user a identifier storing the jwt/session into a cookie or header or whatever, gives the same effect

Did you find this page helpful?