Cole
Cole5mo ago

Hey all, could use some insight on

Hey all, could use some insight on implementing authorization
5 Replies
erquhart
erquhart5mo ago
Can you say a bit about your requirements
Cole
ColeOP5mo ago
Just looking for some relatively straightforward RBAC with attributes as well
erquhart
erquhart5mo 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
Honey5mo ago
yeah faced similar issues, i migrated 4 times , convex auth to better auth to workos to clerk
erquhart
erquhart5mo 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?