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
bekacru
bekacru2mo ago
no, better auth requires a storage as of now. but you can technically use memory storage + cookie cache.

Did you find this page helpful?