fastapi-AuthZ的是授权中间件 ,它是基于 。 安装 从pip安装 pip install fastapi-authz 克隆此仓库 git clone https://github.com/pycasbin/fastapi-authz.git python setup.py install 快速开始 该中间件旨在与实现AuthenticationMiddleware接口的另一个中间件一起使用。
fastapi-authz is an authorization middleware for FastAPI, it's based on PyCasbin. Installation Install from pip pip install fastapi-authz Clone this repo git clone https://github.com/pycasbin/fastapi-authz.git python setup.py install Quickstart This middleware is designed to work with another mid...