Jïns
Explore posts from serversBABetter Auth
•Created by Jïns on 4/26/2025 in #help
Unable to check permisions
When I do this
with an admin person
its keeping console me this :
there is my permissions.ts
auth.ts
4 replies
BABetter Auth
•Created by Jïns on 4/25/2025 in #help
Extend type user
I added an additionalFields but when I import type { User } from "better-auth";
I get only the default form
19 replies
BABetter Auth
•Created by Jïns on 4/20/2025 in #help
Issue with Better-Auth Email Verification
Hey everyone,
I'm having an issue with email verification in better-auth. When a user changes their email:
The email address gets updated correctly in the database
BUT the verification email is not being sent
Here's the relevant code:
The console.log shows nothing when changing email, and no verification email is sent. The email does update in the database though.
Any ideas what might be wrong with my implementation?
9 replies