python-django-otp 1.3.0-1 source package in Ubuntu

Changelog

python-django-otp (1.3.0-1) unstable; urgency=low

  * New upstream version 1.3.0

 -- Michael Fladischer <email address hidden>  Wed, 20 Dec 2023 16:59:38 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_1.3.0-1.dsc 2.0 KiB 7a0a4e965be4b9dacff22374cea6613b801ce8d1b9891d5f827194d28c4a0e00
python-django-otp_1.3.0.orig.tar.gz 71.3 KiB d20ee9956859e537450f4171bb35d8db7243857d6398053ef932bb9b59fb0054
python-django-otp_1.3.0-1.debian.tar.xz 11.9 KiB 22d5462f15f95bd160105b262f8e406d051dfcfc1e0029f7a4bc23f2d47004ce

Available diffs

No changes file available.

Binary packages built by this source

python-django-otp-doc: pluggable framework for two-factor authentication (Documentation)

 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.
 .
 This package contains the documentation.

python3-django-otp: pluggable framework for two-factor authentication (Python3 version)

 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.
 .
 This package contains the Python 3 version of the library.