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

https://github.com/kludex/fastapi-authorization

Opinionated authorization package for FastAPI! :tada:
https://github.com/kludex/fastapi-authorization

Last synced: 6 months ago
JSON representation

Opinionated authorization package for FastAPI! :tada:

Awesome Lists containing this project

README

          

# FastAPI Authorization

### Installation

```bash
pip install fastapi-authorization
```

### Usage

Currently, there are two models available:
* RBAC: Role-based Access Control
* ABAC: Attribute-based Access Control

You can check how to use them on:
* [RBAC](./examples/rbac/app/main.py)
* [ABAC](./examples/abac/app/main.py)

### Roadmap

* [ ] 100% Coverage
* [ ] Documentation
* [ ] Examples

### License

This project is under the MIT license.