Skip to content

Commit

Permalink
fix: optimize schematic & add catalog (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotoxin authored Sep 8, 2022
1 parent be4b8db commit 02adeb3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ Django-authorization is an authorization library for Django framework.

Based on [Casbin](https://github.com/casbin/pycasbin) and [Django-casbin ](https://github.com/pycasbin/django-casbin) (middleware, light weight of this plugin), an authorization library that that supports access control models like ACL, RBAC, ABAC.

![image](https://user-images.githubusercontent.com/75596353/188299007-2c3c3fcd-a019-4c9e-a455-46ff93bb8613.png)
![image](https://user-images.githubusercontent.com/75596353/188881538-a6a99cb1-c88b-4738-bf4f-452be4fb7c2d.png)


- [Django Authorization](#django-authorization)
* [Installation and Configure](#installation-and-configure)
* [Usage](#usage)
+ [Some Important Concepts:](#some-important-concepts-)
+ [Middleware Usage](#middleware-usage)
+ [Decorator Usage](#decorator-usage)
+ [Command Line Usage](#command-line-usage)
* [License](#license)

All you need to learn to use `Casbin` first.

[toc]

## Installation and Configure

Expand Down

0 comments on commit 02adeb3

Please sign in to comment.