Jacob
Explore posts from serversBABetter Auth
•Created by MaveriX89 on 3/12/2025 in #help
Adding Members to Organization with Teams Enabled
18 replies
BABetter Auth
•Created by Jacob on 3/23/2025 in #bug-reports
The field "teamId" does not exist in the "invitation" schema.
Also needs update on member table for teamId
3 replies
BABetter Auth
•Created by MaveriX89 on 3/12/2025 in #help
Adding Members to Organization with Teams Enabled
We also need an update member to apply a new team. I think it’s only update role.
18 replies
BABetter Auth
•Created by MaveriX89 on 3/12/2025 in #help
Adding Members to Organization with Teams Enabled
I would love to see support for multiple teams with another schema table. I just added a request to update the docs for missing team id in the invitation table so I will add the member table update there.
18 replies
BABetter Auth
•Created by Vimes on 3/18/2025 in #help
Set active org on login
Im using a combo:
That lets you get the users active org and additional details of the org like the name. If active org has been set in session then you don't need to pass the org id.
6 replies
BABetter Auth
•Created by Vimes on 3/18/2025 in #help
Set active org on login
You need to use the databaseHooks / user / create / after - then do a direct DB call to make the 1st organization. I use const orgId = nanoid(25); which I assume is close to what better-auth uses. Then when the user logs in the session / create / before will pull in your active org. the function they show getActiveOrganization is something you will have to make yourself.
And org create
6 replies
BABetter Auth
•Created by Jacob on 3/23/2025 in #help
Organization inviteMember - Not Allowed to Invite
Ok the solution is that you have to very carefully read the docs and not vibe code, lol. You have to use the default statements or the invitations feature will not work. So for example:
I didn't read the "invitation" create/cancel and because I didn't inherit the defaults my owner of the organization didn't have those abilities. What was throwing me off is that I was able to update my organizations name even though I did this silly override so that means that even if you screw up you can still as owner update the org. Lesson learned is to actually use the docs examples. 😄
4 replies
BABetter Auth
•Created by MeesaWorldWide on 3/23/2025 in #help
pass discord ID to session
Ok my code for mapping it:
And there is example code for the organizations plugin that shows how to pass data in the session before its created so use that sample:
But I am interested to see how others would do this.
5 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding
Thx. Should only one or the other exist in the project?
11 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding
Ok made a discovery. So the TOML file still allows a build to go through even if something is wrong/failing and zero log issues. So I started updating the wrangler.jsonc file in addition and finally got some failure logs to discover that I had a wrong KV id number somehow. So whats the point of having a TOML and a jsonc file when they are essentially identical? Should builds only have the jsonc when deploying via github?
11 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding
@Chaika So i made that update so it compiles TOML to JSON properly but it still didn't bind any of the namespaces:
11 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding
ok this is helpful!
11 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding
Case ID: 01388357
11 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding

11 replies