Metadata-Version: 2.1
Name: django-phone-auth
Version: 0.3.1
Summary: A Django app to authenticate and register user using phone/email/username.
Home-page: https://github.com/samyakjain101/django-phone-auth
Author: Samyak Jain
Author-email: samyakjain101@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/x-rst
Requires-Dist: django
Requires-Dist: django-phonenumber-field[phonenumbers]

=============================
Welcome to django-phone-auth!
=============================

.. image:: https://github.com/samyakjain101/django-phone-auth/actions/workflows/python-package.yml/badge.svg
 :target: https://github.com/samyakjain101/django-phone-auth/actions/workflows/python-package.yml

.. image:: https://coveralls.io/repos/github/samyakjain101/django-phone-auth/badge.svg?branch=main
 :target: https://coveralls.io/github/samyakjain101/django-phone-auth?branch=main

.. image:: https://app.codacy.com/project/badge/Grade/e4a443a0007e4aa9aeecebb17c4142c0
 :target: https://www.codacy.com/gh/samyakjain101/django-phone-auth/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=samyakjain101/django-phone-auth&amp;utm_campaign=Badge_Grade

.. image:: https://readthedocs.org/projects/django-phone-auth/badge/?version=latest
 :target: https://django-phone-auth.readthedocs.io/en/latest/?badge=latest
 :alt: Documentation Status

.. image:: https://static.pepy.tech/personalized-badge/django-phone-auth?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads
 :target: https://pepy.tech/project/django-phone-auth

A Django library that addresses authentication, registration, and account management using phone-number/email/username.
It uses `django-phonenumber-field[phonenumbers] <https://pypi.org/project/django-phonenumber-field/>`_ to store phone numbers.

Source code
  https://github.com/samyakjain101/django-phone-auth

Documentation
  https://django-phone-auth.readthedocs.io/en/latest/

Features
========

- Login through phone, email, or username.
- User Registration.
- Phone/Email verification.
- Password reset using phone/email.
- Change password.
- Add new email/phone.

Running tests
=============

tox needs to be installed. To run the whole test matrix with the locally
available Python interpreters and generate a combined coverage report::

    tox



