MANIFEST.in
README.md
VERSION
requirements.txt
setup.py
docs/source/conf.py
examples/auth.py
examples/bearer.py
examples/bearer_ssk.py
examples/spa.py
examples/thing.py
frf/__init__.py
frf/__ioc__.py
frf/asgi.py
frf/auth.py
frf/decorators.py
frf/dependency.py
frf/exceptions.py
frf/impl.py
frf/package.json
frf/response.py
frf/routers.py
frf/urls.py
frf/views.py
frf/viewsets.py
frf.egg-info/PKG-INFO
frf.egg-info/SOURCES.txt
frf.egg-info/dependency_links.txt
frf.egg-info/entry_points.txt
frf.egg-info/requires.txt
frf.egg-info/top_level.txt
frf/lib/__init__.py
frf/lib/test.py
frf/oauth2/__init__.py
frf/oauth2/resources/__init__.py
frf/oauth2/resources/oidcprovider.py
frf/resources/__init__.py
frf/resources/httpstatus.py
frf/resources/servicemetadata.py
frf/resources/tests/__init__.py
frf/resources/tests/test_integration_healthcheck.py
frf/services/__init__.py
frf/services/apimetadata.py
frf/services/healthcheck.py
frf/tests/__init__.py
frf/tests/base.py
frf/tests/test_integration_anonymous.py
frf/tests/test_integration_jose_kid.py
frf/tests/test_integration_protected_audience.py
frf/tests/test_integration_protected_minimal_bearer.py
frf/tests/test_integration_protected_scopes.py
frf/tests/test_integration_protected_signature.py
frf/tests/test_integration_protected_unauthenticated.py
frf/tests/test_unit_spa.py