rhitune
BABetter Auth
•Created by rhitune on 4/14/2025 in #help
session object on databasehook
I cant use it.
6 replies
BABetter Auth
•Created by rhitune on 4/14/2025 in #help
couldnt find organization.listInvitations
https://www.better-auth.com/docs/plugins/organization#list-invitations
I couldnt find a function
const invitationsR = await authClient.organization.listInvitations({
query: {
organizationId: "organization-id", // optional, by default it will use the active organization
},
});
10 replies
BABetter Auth
•Created by rhitune on 4/10/2025 in #help
Polar error after upgrading to zod 4 beta
There is an error when i updated my zod version to latest zod@4-beta
7 replies
BABetter Auth
•Created by rhitune on 4/2/2025 in #help
Is there any way to create organization after user create hook?
Im getting UNAUTHORIZED error because im trying to create an organization for user with using user : { create : { after { } }} hook.
Is there any way to avoid it?
13 replies
BABetter Auth
•Created by rhitune on 3/28/2025 in #help
.cursor/rule For Better-Auth
Hello, is there a cursor rule for better auth docs?
5 replies
BABetter Auth
•Created by rhitune on 3/26/2025 in #help
inferAdditionalFields doesnt work?
Im trying to use authClient.signUp.email function on client side. But i cant see my Additional fields on client side. I can see them on server side.
6 replies