bitangel84
BABetter Auth
•Created by bitangel84 on 4/28/2025 in #help
Jsonb support in plugins
Hello everyone. I need to store a json in a metadata field. I can use the type string, but I can't search on that field as field.subfield....
Any workaround?
2 replies
BABetter Auth
•Created by bitangel84 on 4/16/2025 in #help
Drizzle + PG + Hyperdrive + Cloudflare Workers doesn't work
I've spent all the day to solve issues. At the end I left!
I built a custom plugin and I ended up that cf close my db connection and the plugin doesn't work 😦
Switching back to vercel
24 replies
BABetter Auth
•Created by bitangel84 on 3/1/2025 in #help
Update session on hooks
Hello everyone, I'm trying to update a session (only if the user logged in with google or github) this is the code
const auth = betterAuth({
session
and ctx.context.session
are always null.... how can I update the session if the user came from social login?5 replies