.gitignore
.gitmodules
.mailmap
.travis.yml
LICENSE.txt
MANIFEST.in
README.rst
example.py
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/release.yml
docs/Makefile
docs/conf.py
docs/index.rst
flask_oidc/__init__.py
flask_oidc/discovery.py
flask_oidc/registration.py
flask_oidc/registration_util.py
flask_oidc2.egg-info/PKG-INFO
flask_oidc2.egg-info/SOURCES.txt
flask_oidc2.egg-info/dependency_links.txt
flask_oidc2.egg-info/entry_points.txt
flask_oidc2.egg-info/not-zip-safe
flask_oidc2.egg-info/requires.txt
flask_oidc2.egg-info/top_level.txt
tests/__init__.py
tests/app.py
tests/client_secrets.json
tests/test_flask_oidc.py