Contents

django-otp 1.4.0

0

A pluggable framework for adding two-factor authentication to Django using one-time passwords.

A pluggable framework for adding two-factor authentication to Django using one-time passwords.

Stars: 491, Watchers: 491, Forks: 91, Open Issues: 14

The django-otp/django-otp repo was created 4 years ago and the last code push was 17 hours ago.
The project is popular with 491 github stars!

How to Install django-otp

You can install django-otp using pip

pip install django-otp

or add it to a project with poetry

poetry add django-otp

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/django-otp/
Documentation:
https://django-otp-official.readthedocs.io/
GitHub Repo:
https://github.com/django-otp/django-otp

Classifiers

  • Security
  • Software Development/Libraries/Python Modules
No  django-otp  pypi packages just yet.

Errors

A list of common django-otp errors.

Code Examples

Here are some django-otp code examples and snippets.

GitHub Issues

The django-otp package has 14 open issues on GitHub

  • Feature request: Magic links
  • Support for webauthn in the long run

See more issues on GitHub

Related Packages & Articles

django-mysql 4.12.0

Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.