An open API service indexing awesome lists of open source software.

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

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 ``

![Correct Input](docs/assets/images/sample-correct.png)

#### Incorrect input

`` wants to download ``

![Incorrect Input](docs/assets/images/sample-incorrect.png)

## Deploy

## Usage

## Roadmap

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