fastapi-authorization icon indicating copy to clipboard operation
fastapi-authorization copied to clipboard

Opinionated authorization package for FastAPI! :tada:

FastAPI Authorization

Installation

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
  • ABAC

Roadmap

  • [ ] 100% Coverage
  • [ ] Documentation
  • [ ] Examples

License

This project is under the MIT license.