Skip to content

A Django library that addresses authentication, registration, and account management using phone-number/email/username.

License

Notifications You must be signed in to change notification settings

abdouf/django-phone-auth

This branch is up to date with samyakjain101/django-phone-auth:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24252c7 · Jun 8, 2021
Jun 8, 2021
Apr 13, 2021
Apr 15, 2021
Jun 8, 2021
Apr 15, 2021
Apr 4, 2021
Apr 4, 2021
Apr 12, 2021
Apr 13, 2021
Apr 13, 2021
Mar 21, 2021
Jun 8, 2021
Apr 26, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Jun 8, 2021
Mar 21, 2021
Apr 13, 2021

Repository files navigation

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

About

A Django library that addresses authentication, registration, and account management using phone-number/email/username.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.3%
  • HTML 22.1%
  • CSS 3.6%