newbie: are my conventions for checking if a user is logged in on client and server side fine?
auth.api.getSession not refreshing session_data cookie
api.getSession
it can't set the cookie in your browser unless you do it manuallyBetter auth organization
Seeding an admin user
How to get type for permissions
getActiveMember
in my layout and passing the role of the active member into the sidebar and then making use of authClient.organization.checkRolePermission
.
I'd like to specify in a central location all my sidebar items and groups and what permissions are needed to access the page. ...how to map custom schema with better-auth
Admin List Users not returning Pagination data
inferAdditionalFields doesnt work?
newbie: are my conventions for checking if a user is logged in on client and server side fine?
Organization Member List get if two factor Auth is enabled
authClient.useActiveOrganization()
in SvelteKit, I'll get the Organization Data including a array with all members. I'd like to include the data if the member has two factor enabled, if his email is verified and if hes banned. Is there any way to do this besides making my own call to the database? Thank you! :)Updating Discord Image
Custom Fields
JWKS Error

Prisma + Better Auth + Turborepo Issue 🤔
Providing additional fields when signing up via magic link
creating the first user, where disableSignUp is true
Can not change the issuer and audience of JWT header and also the payload
How to implement invite-only registration flow with better-auth?
1. Existing admin user adds a new user by entering their email (and possibly name and role). 2. The new user receives email with a welcome message and a link (time limited) to complete account setup. 3. After clicking the link, the user is redirected to a page where they can enter a password and/or link their social account....
sendInvite
functionality in the admin plugin soon but magic link or forgot password for the time being should work fineHow can I make better-auth typesafe?
