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/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
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/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/config.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/config.py
examples/gae/simple/index.yaml
examples/gae/simple/main.py
examples/gae/tester/app.yaml
examples/gae/tester/config.py
examples/gae/tester/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/bitly.py
tests/functional_tests/expected_values/deviantart.py
tests/functional_tests/expected_values/facebook.py
tests/functional_tests/expected_values/google.py
tests/functional_tests/fixtures/__init__.py
tests/functional_tests/fixtures/providers.py
tests/unit_tests/__init__.py
tests/unit_tests/test_adapters/__init__.py
tests/unit_tests/test_adapters/test_gae_webapp2.py