Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.89 KB

README.rst

File metadata and controls

47 lines (33 loc) · 1.89 KB

Welcome to django-phone-auth!

https://coveralls.io/repos/github/samyakjain101/django-phone-auth/badge.svg?branch=main https://app.codacy.com/project/badge/Grade/e4a443a0007e4aa9aeecebb17c4142c0 Documentation Status https://static.pepy.tech/personalized-badge/django-phone-auth?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads

A Django library that addresses authentication, registration, and account management using phone-number/email/username. It uses django-phonenumber-field[phonenumbers] 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