Kenny
Kenny
Explore posts from servers
BABetter Auth
Created by Rhys on 3/8/2025 in #help
Organization additional fields
it seems to be correct although I am looking for a workaround
6 replies
BABetter Auth
Created by Kenny on 3/20/2025 in #help
Custom Fields in Organization Table Not Saving Values
^bump
6 replies
BABetter Auth
Created by Kenny on 3/20/2025 in #help
Custom Fields in Organization Table Not Saving Values
I found this: https://discord.com/channels/1288403910284935179/1349447761182851214 Are there any workarounds that people know about or should I open up a github issue request on this?
6 replies
BABetter Auth
Created by Kenny on 3/18/2025 in #help
better-auth organizations
Awesome, I’ll try that out. Thanks!
10 replies
BABetter Auth
Created by Kenny on 3/18/2025 in #help
better-auth organizations
Yes as in there’s a workaround or there isn’t? For this particular case I cannot trigger this from the client-side.
10 replies
BABetter Auth
Created by Kenny on 3/18/2025 in #help
better-auth organizations
I haven’t yet but is there something better kind of workaround/hack I can use for it or do I need to wait for gh issue to be resolved?
10 replies
BABetter Auth
Created by Kenny on 3/18/2025 in #help
better-auth organizations
any chance anyone knows how to resolve this?
10 replies
BABetter Auth
Created by Kenny on 3/18/2025 in #help
better-auth organizations
Any help would be greatly appreciated!
10 replies
BABetter Auth
Created by Kenny on 3/18/2025 in #help
better-auth organizations
// Create organization
const organization = await auth.api.createOrganization({
headers: req.headers, // I'm "correctly"? passing headers here
body: {
name: body.companyName,
slug: "", // Backend will generate automatically
company_size: body.companySize,
},
});
// Create organization
const organization = await auth.api.createOrganization({
headers: req.headers, // I'm "correctly"? passing headers here
body: {
name: body.companyName,
slug: "", // Backend will generate automatically
company_size: body.companySize,
},
});
10 replies
CDCloudflare Developers
Created by Kenny on 3/6/2025 in #general-help
Baselime Support
ty
3 replies
CDCloudflare Developers
Created by Kenny on 3/4/2025 in #workers-help
env.production.vars not working with cloudflare workers
i'm not sure how I can make it notice this
10 replies