arpitBhalla
BABetter Auth
•Created by arpitBhalla on 3/5/2025 in #help
Using different schema in postgres
Is there any way I can have tables in another schema
auth
(not public) and CLI will create tables in that only?2 replies
BABetter Auth
•Created by arpitBhalla on 3/5/2025 in #help
How to update session
https://next-auth.js.org/getting-started/client#updating-the-session
Similar to nextAuth, is there a way to trigger the session update?
9 replies
BABetter Auth
•Created by arpitBhalla on 3/5/2025 in #help
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
2 replies