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

Changelog

python-django-otp (1.1.1-1) unstable; urgency=medium

  * New upstream release (Closes: #997356).
  * Update d/watch to work with github again.
  * Refresh patches.
  * Bump Standards-Version to 4.6.0.1.

 -- Michael Fladischer <email address hidden>  Wed, 03 Nov 2021 20:24:03 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_1.1.1-1.dsc 1.9 KiB 4ea2d4746c345e1d967becbc795e0c7f134f6bd14cdd9096e17fe4f62603b92e
python-django-otp_1.1.1.orig.tar.gz 69.8 KiB eda7f1358ccf79d8f29bf21ead11f2c17b68728bb3777e160d4240cc0bd0cb48
python-django-otp_1.1.1-1.debian.tar.xz 11.3 KiB 968f3804dc90d67ba45576f19b27d8876773c541a1f2bcca9c49c6fa4b582c88

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.