Cookie based sessions without storing it in DB
Hi, is there any way I can just keep the session in cookie, I don't need to store the session.
https://authjs.dev/concepts/session-strategies#jwt-session
Auth.js | Session Strategies
Authentication for the Web
1 Reply
no, better auth requires a storage as of now. but you can technically use memory storage + cookie cache.