Use decorators for authorising access to OIDC authenticated REST APIs. Supports Flask, FastAPI and AIOHTTP.
FLAAT is available on PyPI. Install using pip:
pip install flaatYou can also install from the git repository:
git clone https://github.com/indigo-dc/flaat
pip install -e ./flaatThe documentation is available at readthedocs.
Instructions on development, testing and releasing versions can be found here.
FLAAT is provided under the MIT License.