LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
django_phone_auth.egg-info/PKG-INFO
django_phone_auth.egg-info/SOURCES.txt
django_phone_auth.egg-info/dependency_links.txt
django_phone_auth.egg-info/requires.txt
django_phone_auth.egg-info/top_level.txt
django_phone_auth_project/__init__.py
django_phone_auth_project/asgi.py
django_phone_auth_project/settings.py
django_phone_auth_project/urls.py
django_phone_auth_project/wsgi.py
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/decorators.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/mixins.rst
docs/signals.rst
docs/templates.rst
docs/views.rst
phone_auth/__init__.py
phone_auth/admin.py
phone_auth/app_settings.py
phone_auth/apps.py
phone_auth/backend.py
phone_auth/decorators.py
phone_auth/exceptions.py
phone_auth/forms.py
phone_auth/mixins.py
phone_auth/models.py
phone_auth/signals.py
phone_auth/tokens.py
phone_auth/urls.py
phone_auth/validators.py
phone_auth/views.py
phone_auth/migrations/0001_initial.py
phone_auth/migrations/__init__.py
phone_auth/static/phone_auth/css/style.css
phone_auth/templates/phone_auth/add_new_email.html
phone_auth/templates/phone_auth/add_new_phone.html
phone_auth/templates/phone_auth/base.html
phone_auth/templates/phone_auth/change_password.html
phone_auth/templates/phone_auth/change_password_done.html
phone_auth/templates/phone_auth/login.html
phone_auth/templates/phone_auth/logout.html
phone_auth/templates/phone_auth/password_reset.html
phone_auth/templates/phone_auth/password_reset_complete.html
phone_auth/templates/phone_auth/password_reset_confirm.html
phone_auth/templates/phone_auth/password_reset_done.html
phone_auth/templates/phone_auth/phone_and_email_verification.html
phone_auth/templates/phone_auth/phone_email_verification_confirm.html
phone_auth/templates/phone_auth/signup.html
tests/__init__.py
tests/tests.py