.github
View code
Casbin online editor is coming to help! Try it at: https://casbin.org/editor/
Casbin is a powerful and efficient open-source access control library for Golang projects. It provides support for enforcing authorization based on various access control models.
All the languages supported by Casbin:
ACL without users: especially useful for systems that don't have authentication or user log-ins.
ACL without resources: some scenarios may target for a type of resources instead of an individual resource by using permissions like
write-article,
RBAC with domains/tenants: users can have different role sets for different domains/tenants.
RESTful: supports paths like