hunita
BABetter Auth
•Created by hunita on 3/26/2025 in #bug-reports
using authClient.organization.setActive() corrupts session_token in cookie
When ever I attempt to call
setActive
on the client:
I will have an un-authenticated user due to the cookie values changing from this:
better-auth.session_token: isFHeVVfHfyLKGUbhthDBhyaMrvliJxC.eaSNvBFuGJGVfoUt2VFAQfeOFzIP82SDhipYEH7wbO0:""
to this:
better-auth.session_token: undefined.JTi+O22FDM7EM3bIo4l8aKoK2Q1qJx0cj0hVw6mLUR0:""
Happens with 1.2.4 and with v1.2.5-beta.10 (using the mongo adapter).2 replies
BABetter Auth
•Created by hunita on 3/22/2025 in #help
Using mongodb adapter and generateId creates id field in addition to _id field
using this config:
leads to user documents having the following form:
This seems to be intended behavior, but I would like to be able to override
_id
entirely. Is this possible?3 replies
BABetter Auth
•Created by hunita on 3/19/2025 in #help
create organization in databaseHooks.user.create.after
I want to ensure that for all created users without an invite link, an organization (using the organization plugin) is created for them automatically on sign up.
Ideally also set this freshly created organization as their active organization on the client.
Is there a way to create an organization for a user that has just been created? I was thinking of using this database hook:
Any workarounds or solutions for this? Thank you!
7 replies