Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin access controls #6

Open
WillGardella opened this issue Nov 4, 2015 · 1 comment
Open

Admin access controls #6

WillGardella opened this issue Nov 4, 2015 · 1 comment

Comments

@WillGardella
Copy link

Implement access controls for all admin actions

@hsluoyz
Copy link

hsluoyz commented May 20, 2017

Hi, I'm the author of casbin. It is an authorization library that supports models like ACL, RBAC, ABAC.

Related to RBAC, casbin has several advantages:

  1. roles can be cascaded, aka roles can have roles.
  2. support resource roles, so users have their roles and resource have their roles too. role = group here.
  3. the permission assignments (or policy in casbin's language) can be persisted in files or database.

So please consider using casbin when cbft implements access control security. Also let me know if there's any question:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants