claudep / django-otp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI Documentation Source

This project makes it easy to add support for one-time passwords (OTPs) to Django. It can be integrated at various levels, depending on how much customization is required. It integrates with django.contrib.auth, although it is not a Django authentication backend. The primary target is developers wishing to incorporate OTPs into their Django projects as a form of two-factor authentication.

This project includes several simple OTP plugins and more are available separately. This package also includes an implementation of OATH HOTP and TOTP for convenience, as these are standard OTP algorithms used by multiple plugins.

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 93.8%Language:HTML 6.0%Language:Makefile 0.2%