application registry #10078
EvgenKoshevoy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I built a plugin for better-auth that adds an application registry — basically the same idea as Atlassian where you have Jira, Confluence, Bitbucket all under one auth system, each with its own roles and access rules.
Each app gets its own role hierarchy, and you can grant access to individual users, whole organizations, or OAuth clients. There’s a deny-override model so you can explicitly block a user even if their org has access.
Also supports CASL rules stored right in the app metadata, so you can update permissions without redeploying anything.
Still early but works. Would love some feedback if anyone’s been looking for something like this with better-auth.
npm: @evgenkoshevoy/better-auth-application
Beta Was this translation helpful? Give feedback.
All reactions