.env-template
.pylintrc
.readthedocs.yaml
AUTHORS
ChangeLog
LICENSE
Makefile
README.md
conftest.py
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/workflows/ci.yml
doc/source/conf.py
doc/source/index.rst
doc/source/requirements.txt
doc/source/_static/logo.png
doc/source/_templates/sidebarfooter.html
doc/source/flaat/development.rst
doc/source/flaat/flaat-userinfo.rst
doc/source/flaat/installation.rst
doc/source/flaat/api/config.rst
doc/source/flaat/api/index.rst
doc/source/flaat/examples/aio.rst
doc/source/flaat/examples/fastapi.rst
doc/source/flaat/examples/flask.rst
examples/__init__.py
examples/example_aio.py
examples/example_fastapi.py
examples/example_flask.py
examples/life-test.sh
examples/logsetup.py
examples/requirements.txt
examples/testing.sh
flaat/__init__.py
flaat/access_tokens.py
flaat/caches.py
flaat/config.py
flaat/exceptions.py
flaat/flaat_userinfo.py
flaat/issuers.py
flaat/requirements.py
flaat/test_env.py
flaat/user_infos.py
flaat.egg-info/PKG-INFO
flaat.egg-info/SOURCES.txt
flaat.egg-info/dependency_links.txt
flaat.egg-info/entry_points.txt
flaat.egg-info/not-zip-safe
flaat.egg-info/pbr.json
flaat.egg-info/requires.txt
flaat.egg-info/top_level.txt
flaat/aio/__init__.py
flaat/aio/aio_test.py
flaat/aio/overrides_test.py
flaat/fastapi/__init__.py
flaat/fastapi/fastapi_test.py
flaat/flask/__init__.py
flaat/flask/conftest.py
flaat/flask/flask_test.py
flaat/flask/flask_test_cases.py
flaat/tests/access_tokens_test.py
flaat/tests/flaat_test.py
flaat/tests/flaat_userinfo_test.py
flaat/tests/issuers_test.py
flaat/tests/requirements_test.py