Filippo
BABetter Auth
•Created by Filippo on 4/30/2025 in #help
Create new roles and permissions client side
Hello,
my app is based on user roles and permissions. I want to create a page where the admin user can create and manage new roles and assign permissions. However, better auth does not have a role and permission tables. Is it possible to do what I have in mind?
3 replies
BABetter Auth
•Created by Filippo on 4/23/2025 in #help
How to log in from the server
Hello,
I have a login page with a form and I'm trying to signIn the user on the server:
I get the
success: true
, but when I navigate on another page I do
But session
is null, what should I do to get the session or cookie created?
Thank you12 replies