Convex Better Auth
Hey I'm setting up a complex auth situation and stumbled across: https://github.com/ping-maxwell/convex-better-auth which solves my problem of crazy pricing and 3rd party data storage with clerk, but there's several drawbacks mentioned in the repo. I already have a template set up with convex auth, but as I'll need to support organizations for my app, I know that I'll need to eventually move to something like this or host my own auth with something a bit more vanilla like neon or planetscale. I'm just voicing my opinion that better auth should be the new standard for convex auth and https://www.convex.dev/auth should be rolled into supporting it seamlessly.
GitHub
GitHub - ping-maxwell/convex-better-auth: BetterAuth Convex Databas...
BetterAuth Convex Database Adapter. Contribute to ping-maxwell/convex-better-auth development by creating an account on GitHub.
1 Reply
I already have a template set up with convex auth, but as I'll need to support organizations for my appRe organizations, you can do whatever teams, organizations, permissions etc. you need with something like Convex Auth — but yeah you have to write the code for it yourself. Would love to hear more about what you're looking for in particular. RE Better Auth, it looks great! Yeah it would be neat to have a nice integration for this. I haven't looked at the Convex integration yet, what are the limitations?