Contents

casbin 1.23.0

0

An authorization library that supports access control models like ACL, RBAC, ABAC in Python

An authorization library that supports access control models like ACL, RBAC, ABAC in Python

Stars: 1150, Watchers: 1150, Forks: 175, Open Issues: 7

The casbin/pycasbin repo was created 4 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1150 github stars!

How to Install casbin

You can install casbin using pip

pip install casbin

or add it to a project with poetry

poetry add casbin

Package Details

Author
TechLee
License
Apache 2.0
Homepage
https://github.com/casbin/pycasbin
PyPi:
https://pypi.org/project/casbin/
GitHub Repo:
https://github.com/casbin/pycasbin

Classifiers

No  casbin  pypi packages just yet.

Errors

A list of common casbin errors.

Code Examples

Here are some casbin code examples and snippets.

GitHub Issues

The casbin package has 7 open issues on GitHub

  • docs: add async enforcer tutorials to README.md
  • fix: fix broken links
  • Bug in priority effectors
  • add_policies inoperative

See more issues on GitHub

Related Packages & Articles

Authomatic 1.2.1

Authorization / authentication client library for Python web applications

rules 3.3

Awesome Django authorization, without the database

authx 0.9.1

Ready to use and customizable Authentications and Oauth2 management for FastAPI

fastapi-jwt-auth 0.5.0

FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)

django-allauth 0.54.0

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.