Cole
Cole3w ago

Hey all, could use some insight on

Hey all, could use some insight on implementing authorization
5 Replies
erquhart
erquhart3w ago
Can you say a bit about your requirements
Cole
ColeOP3w ago
Just looking for some relatively straightforward RBAC with attributes as well
erquhart
erquhart3w ago
Ah okay, I haven't had to do much with roles in my projects yet, but have had to make general authz somewhat robust. Agree on your instinct to keep it simple and not necessarily reach for something prescriptive. You can go pretty far with simple helper functions in Convex.
Honey
Honey3w ago
yeah faced similar issues, i migrated 4 times , convex auth to better auth to workos to clerk
erquhart
erquhart3w ago
Guessing you both already know this but the Better Auth Admin plugin gives you this https://www.better-auth.com/docs/plugins/admin#access-control

Did you find this page helpful?