CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.py
Authomatic.egg-info/PKG-INFO
Authomatic.egg-info/SOURCES.txt
Authomatic.egg-info/dependency_links.txt
Authomatic.egg-info/requires.txt
Authomatic.egg-info/top_level.txt
authomatic/__init__.py
authomatic/adapters.py
authomatic/core.py
authomatic/exceptions.py
authomatic/six.py
authomatic/extras/__init__.py
authomatic/extras/flask.py
authomatic/extras/interfaces.py
authomatic/extras/gae/__init__.py
authomatic/extras/gae/openid.py
authomatic/providers/__init__.py
authomatic/providers/gaeopenid.py
authomatic/providers/oauth1.py
authomatic/providers/oauth2.py
authomatic/providers/openid.py
authomatic/providers/persona.py
doc/build/html/changelog.html
doc/build/html/development.html
doc/build/html/genindex.html
doc/build/html/index.html
doc/build/html/objects.inv
doc/build/html/py-modindex.html
doc/build/html/requirements.txt
doc/build/html/search.html
doc/build/html/searchindex.js
doc/build/html/_modules/authomatic.html
doc/build/html/_modules/index.html
doc/build/html/_modules/authomatic/adapters.html
doc/build/html/_modules/authomatic/core.html
doc/build/html/_modules/authomatic/providers.html
doc/build/html/_modules/authomatic/extras/flask.html
doc/build/html/_modules/authomatic/extras/gae.html
doc/build/html/_modules/authomatic/extras/interfaces.html
doc/build/html/_modules/authomatic/providers/gaeopenid.html
doc/build/html/_modules/authomatic/providers/oauth1.html
doc/build/html/_modules/authomatic/providers/oauth2.html
doc/build/html/_modules/authomatic/providers/openid.html
doc/build/html/_sources/changelog.txt
doc/build/html/_sources/development.txt
doc/build/html/_sources/index.txt
doc/build/html/_sources/examples/credentials.txt
doc/build/html/_sources/examples/django-simple.txt
doc/build/html/_sources/examples/flask-simple.txt
doc/build/html/_sources/examples/index.txt
doc/build/html/_sources/examples/providers.txt
doc/build/html/_sources/examples/pyramid-simple.txt
doc/build/html/_sources/examples/simple.txt
doc/build/html/_sources/reference/adapters.txt
doc/build/html/_sources/reference/classes.txt
doc/build/html/_sources/reference/config.txt
doc/build/html/_sources/reference/extras.txt
doc/build/html/_sources/reference/functions.txt
doc/build/html/_sources/reference/index.txt
doc/build/html/_sources/reference/javascript.txt
doc/build/html/_sources/reference/providers.txt
doc/build/html/_static/ajax-loader.gif
doc/build/html/_static/basic.css
doc/build/html/_static/comment-bright.png
doc/build/html/_static/comment-close.png
doc/build/html/_static/comment.png
doc/build/html/_static/doctools.js
doc/build/html/_static/down-pressed.png
doc/build/html/_static/down.png
doc/build/html/_static/file.png
doc/build/html/_static/jquery.js
doc/build/html/_static/minus.png
doc/build/html/_static/plus.png
doc/build/html/_static/pygments.css
doc/build/html/_static/searchtools.js
doc/build/html/_static/underscore.js
doc/build/html/_static/up-pressed.png
doc/build/html/_static/up.png
doc/build/html/_static/websupport.js
doc/build/html/_static/css/authomatic.css
doc/build/html/_static/foundation/css/basic.css
doc/build/html/_static/foundation/css/cards.css
doc/build/html/_static/foundation/js/foundation.min.js
doc/build/html/_static/foundation/js/foundation/foundation.alerts.js
doc/build/html/_static/foundation/js/foundation/foundation.clearing.js
doc/build/html/_static/foundation/js/foundation/foundation.cookie.js
doc/build/html/_static/foundation/js/foundation/foundation.dropdown.js
doc/build/html/_static/foundation/js/foundation/foundation.forms.js
doc/build/html/_static/foundation/js/foundation/foundation.joyride.js
doc/build/html/_static/foundation/js/foundation/foundation.js
doc/build/html/_static/foundation/js/foundation/foundation.magellan.js
doc/build/html/_static/foundation/js/foundation/foundation.orbit.js
doc/build/html/_static/foundation/js/foundation/foundation.placeholder.js
doc/build/html/_static/foundation/js/foundation/foundation.reveal.js
doc/build/html/_static/foundation/js/foundation/foundation.section.js
doc/build/html/_static/foundation/js/foundation/foundation.tooltips.js
doc/build/html/_static/foundation/js/foundation/foundation.topbar.js
doc/build/html/_static/foundation/js/vendor/custom.modernizr.js
doc/build/html/_static/foundation/js/vendor/jquery.js
doc/build/html/_static/foundation/js/vendor/zepto.js
doc/build/html/_static/img/authomatic-seo.gif
doc/build/html/_static/img/authomatic.png
doc/build/html/_static/img/authomatic.svg
doc/build/html/_static/img/favicon.ico
doc/build/html/_static/img/github-ribbon-right.png
doc/build/html/examples/credentials.html
doc/build/html/examples/django-simple.html
doc/build/html/examples/flask-simple.html
doc/build/html/examples/index.html
doc/build/html/examples/providers.html
doc/build/html/examples/pyramid-simple.html
doc/build/html/examples/simple.html
doc/build/html/examples/gae/showcase/static/css/app.css
doc/build/html/examples/gae/showcase/static/img/icons/amazon.ico
doc/build/html/examples/gae/showcase/static/img/icons/eventbrite.ico
doc/build/html/reference/adapters.html
doc/build/html/reference/classes.html
doc/build/html/reference/config.html
doc/build/html/reference/extras.html
doc/build/html/reference/functions.html
doc/build/html/reference/index.html
doc/build/html/reference/javascript.html
doc/build/html/reference/providers.html
doc/build/html/tests/functional_tests/templates/index.html
doc/build/html/tests/functional_tests/templates/login.html
examples/django/example/manage.py
examples/django/example/example/__init__.py
examples/django/example/example/settings.py
examples/django/example/example/urls.py
examples/django/example/example/wsgi.py
examples/django/example/simple/__init__.py
examples/django/example/simple/config-template.py
examples/django/example/simple/models.py
examples/django/example/simple/tests.py
examples/django/example/simple/urls.py
examples/django/example/simple/views.py
examples/django/functional_test/manage.py
examples/django/functional_test/functional_test/__init__.py
examples/django/functional_test/functional_test/settings.py
examples/django/functional_test/functional_test/urls.py
examples/django/functional_test/functional_test/views.py
examples/django/functional_test/functional_test/wsgi.py
examples/flask/flask_authomatic/main.py
examples/flask/functional_test/__init__.py
examples/flask/functional_test/main.py
examples/flask/werkzeug_adapter/config-template.py
examples/flask/werkzeug_adapter/main.py
examples/flask/werkzeug_adapter/templates/base.html
examples/flask/werkzeug_adapter/templates/index.html
examples/flask/werkzeug_adapter/templates/login.html
examples/gae/credentials/app.yaml
examples/gae/credentials/config-template.py
examples/gae/credentials/main.py
examples/gae/dev/app.yaml
examples/gae/dev/index.yaml
examples/gae/dev/main.py
examples/gae/extras/app.yaml
examples/gae/extras/config-template.py
examples/gae/extras/index.yaml
examples/gae/extras/main.py
examples/gae/showcase/app.yaml
examples/gae/showcase/config-template.py
examples/gae/showcase/main.py
examples/gae/showcase/static/google62b917dcf0f412c7.html
examples/gae/showcase/static/css/app.css
examples/gae/showcase/static/css/normalize.css
examples/gae/showcase/static/js/app.js
examples/gae/showcase/static/js/authomatic.js
examples/gae/showcase/static/js/foundation/foundation.alerts.js
examples/gae/showcase/static/js/foundation/foundation.clearing.js
examples/gae/showcase/static/js/foundation/foundation.cookie.js
examples/gae/showcase/static/js/foundation/foundation.dropdown.js
examples/gae/showcase/static/js/foundation/foundation.forms.js
examples/gae/showcase/static/js/foundation/foundation.joyride.js
examples/gae/showcase/static/js/foundation/foundation.js
examples/gae/showcase/static/js/foundation/foundation.magellan.js
examples/gae/showcase/static/js/foundation/foundation.orbit.js
examples/gae/showcase/static/js/foundation/foundation.placeholder.js
examples/gae/showcase/static/js/foundation/foundation.reveal.js
examples/gae/showcase/static/js/foundation/foundation.section.js
examples/gae/showcase/static/js/foundation/foundation.tooltips.js
examples/gae/showcase/static/js/foundation/foundation.topbar.js
examples/gae/showcase/static/js/vendor/custom.modernizr.js
examples/gae/showcase/static/js/vendor/jquery.js
examples/gae/showcase/static/js/vendor/zepto.js
examples/gae/showcase/templates/home.html
examples/gae/simple/app.yaml
examples/gae/simple/config-template.py
examples/gae/simple/index.yaml
examples/gae/simple/main.py
examples/gae/tester/app.yaml
examples/gae/tester/main.py
examples/pyramid/functional_test/__init__.py
examples/pyramid/functional_test/main.py
examples/pyramid/simple/config-template.py
examples/pyramid/simple/main.py
javascript/authomatic.js
tests/__init__.py
tests/functional_tests/__init__.py
tests/functional_tests/config-template.py
tests/functional_tests/config.py
tests/functional_tests/constants.py
tests/functional_tests/test_providers.py
tests/functional_tests/expected_values/__init__.py
tests/functional_tests/expected_values/amazon.py
tests/functional_tests/expected_values/bitly.py
tests/functional_tests/expected_values/deviantart.py
tests/functional_tests/expected_values/eventbrite.py
tests/functional_tests/expected_values/facebook.py
tests/functional_tests/expected_values/foursquare.py
tests/functional_tests/expected_values/github.py
tests/functional_tests/expected_values/google.py
tests/functional_tests/expected_values/linkedin.py
tests/functional_tests/expected_values/openid_livejournal.py
tests/functional_tests/expected_values/openid_verisignlabs.py
tests/functional_tests/expected_values/openid_wordpress.py
tests/functional_tests/expected_values/openid_yahoo.py
tests/functional_tests/expected_values/paypal.py
tests/functional_tests/expected_values/reddit.py
tests/functional_tests/expected_values/twitter.py
tests/functional_tests/expected_values/vk.py
tests/functional_tests/expected_values/windowslive.py
tests/functional_tests/expected_values/yammer.py
tests/functional_tests/expected_values/yandex.py
tests/functional_tests/fixtures/__init__.py