Kazz
Explore posts from serversBABetter Auth
•Created by Nelson on 3/2/2025 in #help
How to manually invalidate session data?
6 replies
BABetter Auth
•Created by Kazz on 2/22/2025 in #bug-reports
Organization Plugin: Empty invitation handling

2 replies
TTCTheo's Typesafe Cult
•Created by Kazz on 2/21/2025 in #questions
UploadThing file accept type restriction
I solved it by checking the file size in the middleware
5 replies
TTCTheo's Typesafe Cult
•Created by Kazz on 2/21/2025 in #questions
UploadThing file accept type restriction
Thanks that solves it for me.
However if I used this I wont be able to set
maxFileSize
and maxFileCount
5 replies
BABetter Auth
•Created by Kazz on 2/3/2025 in #help
Organization haPermission and checkRolePermissions help
Oh my bad, the typescript autocomplete isn't showing it and it wasn't mentioned in the logs so I assumed it only accepted permissions.
Thanks for the help! ^
3 replies
BABetter Auth
•Created by shadow on 1/15/2025 in #help
Added additional field, but authClient.signUp.email doesnt accept it
@shadow make sure you infer the types in client
https://www.better-auth.com/docs/concepts/typescript#inferring-additional-fields-on-client
4 replies
BABetter Auth
•Created by Troy on 12/31/2024 in #help
How to sign up/in without password
You can use either plugins
Email OTP :
https://www.better-auth.com/docs/plugins/email-otp
or
Magic links:
https://www.better-auth.com/docs/plugins/magic-link
3 replies
BABetter Auth
•Created by Kazz on 12/9/2024 in #help
Build error after migrating to React 19 and Next.js 15
Yeah i think it should be included in the middleware part of the documentation for nextjs
https://www.better-auth.com/docs/integrations/next#middleware
9 replies