.version
LICENSE
MANIFEST.in
README.rst
setup.py
python_spresso.egg-info/PKG-INFO
python_spresso.egg-info/SOURCES.txt
python_spresso.egg-info/dependency_links.txt
python_spresso.egg-info/requires.txt
python_spresso.egg-info/top_level.txt
spresso/__init__.py
spresso/controller/__init__.py
spresso/controller/application.py
spresso/controller/grant/__init__.py
spresso/controller/grant/base.py
spresso/controller/grant/settings.py
spresso/controller/grant/api/__init__.py
spresso/controller/grant/api/api.py
spresso/controller/grant/api/core.py
spresso/controller/grant/api/settings.py
spresso/controller/grant/authentication/__init__.py
spresso/controller/grant/authentication/core.py
spresso/controller/grant/authentication/forward.py
spresso/controller/grant/authentication/identity_provider.py
spresso/controller/grant/authentication/relying_party.py
spresso/controller/grant/authentication/config/__init__.py
spresso/controller/grant/authentication/config/forward.py
spresso/controller/grant/authentication/config/identity_provider.py
spresso/controller/grant/authentication/config/relying_party.py
spresso/controller/grant/authentication/site_adapter/__init__.py
spresso/controller/grant/authentication/site_adapter/base.py
spresso/controller/grant/authentication/site_adapter/identity_provider.py
spresso/controller/grant/authentication/site_adapter/relying_party.py
spresso/controller/web/__init__.py
spresso/controller/web/wsgi.py
spresso/model/__init__.py
spresso/model/base.py
spresso/model/cache.py
spresso/model/request.py
spresso/model/settings.py
spresso/model/authentication/__init__.py
spresso/model/authentication/identity_assertion.py
spresso/model/authentication/json_schema.py
spresso/model/authentication/request.py
spresso/model/authentication/session.py
spresso/model/authentication/tag.py
spresso/model/web/__init__.py
spresso/model/web/base.py
spresso/model/web/wsgi.py
spresso/resources/api/api.html
spresso/resources/authentication/html/proxy.html
spresso/resources/authentication/html/redir.html
spresso/resources/authentication/html/wait.html
spresso/resources/authentication/json/ia_sig.json
spresso/resources/authentication/json/start_login.json
spresso/resources/authentication/json/wk_info.json
spresso/resources/authentication/script/fwd.js
spresso/resources/authentication/script/idp.js
spresso/resources/authentication/script/rp.js
spresso/utils/__init__.py
spresso/utils/base.py
spresso/utils/crypto.py
spresso/utils/error.py
spresso/utils/log.py
spresso/view/__init__.py
spresso/view/base.py
spresso/view/api/__init__.py
spresso/view/api/api.py
spresso/view/authentication/__init__.py
spresso/view/authentication/forward.py
spresso/view/authentication/identity_provider.py
spresso/view/authentication/relying_party.py