https://github.com/lingfromsh/sanic-abac
Attribute based access control
https://github.com/lingfromsh/sanic-abac
Last synced: over 1 year ago
JSON representation
Attribute based access control
- Host: GitHub
- URL: https://github.com/lingfromsh/sanic-abac
- Owner: lingfromSh
- Created: 2022-01-18T17:10:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T16:56:08.000Z (over 4 years ago)
- Last Synced: 2025-01-09T03:50:44.765Z (over 1 year ago)
- Language: Python
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sanic ABAC
An attribute based access control server built with sanic.
## Sample
Just one simple sample for testing whether models are valid.
### Rules for samples
Only can download
### Snapshots of results
#### Correct input
`` wants to download ``

#### Incorrect input
`` wants to download ``

## Deploy
## Usage
## Roadmap
- [ ] More protocols support
- [ ] APIs for CRUD
- [ ] Unit test
- [ ] Dynamic code loading using Pycode_Object
- [ ] More flexible structure of rules.