LICENSE
README.md
setup.cfg
setup.py
Authl.egg-info/PKG-INFO
Authl.egg-info/SOURCES.txt
Authl.egg-info/dependency_links.txt
Authl.egg-info/requires.txt
Authl.egg-info/top_level.txt
authl/__init__.py
authl/__version__.py
authl/disposition.py
authl/flask.py
authl/tokens.py
authl/utils.py
authl/webfinger.py
authl/flask_templates/authl.css
authl/flask_templates/login.html
authl/flask_templates/notify.html
authl/handlers/__init__.py
authl/handlers/email_addr.py
authl/handlers/fediverse.py
authl/handlers/indieauth.py
authl/handlers/test_handler.py
authl/handlers/twitter.py
authl/icons/email_addr.svg
authl/icons/indieauth.svg
authl/icons/mastodon.svg
authl/icons/pleroma.svg
authl/icons/twitter.svg
tests/__init__.py
tests/rogue_indieauth.py
tests/test_base.py
tests/test_disposition.py
tests/test_flask_wrapper.py
tests/test_main.py
tests/test_tokens.py
tests/test_utils.py
tests/test_webfinger.py
tests/handlers/__init__.py
tests/handlers/test_emailaddr.py
tests/handlers/test_fediverse.py
tests/handlers/test_indieauth.py
tests/handlers/test_test_handler.py