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
Authentication for the Web
Was this page helpful?