django-otp

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

django-otp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Sagerson
  • Publisher web site:
  • http://ignorare.net

django-otp Tags


django-otp Description

django-otp is a Django app that 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 two simple OTP plugins: one that generates and stores fixed tokens (typically for emergency use) and another that delivers tokens by email. The email plugin is largely for demonstration purposes, so developers will typically want to install at least one other plugin, distributed separately. This package also includes an implementation of OATH HOTP and TOTP for convenience, as these are standard OTP algorithms used by multiple plugins.Product's homepage


django-otp Related Software