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

Changelog

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

  * New upstream version 1.2.4

 -- Michael Fladischer <email address hidden>  Sat, 28 Oct 2023 16:11:10 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_1.2.4-1.dsc 2.0 KiB dbbeecc93c4e0361e1e15d27d20c1d58e8268b6d4331536a3d70b6898f3858ce
python-django-otp_1.2.4.orig.tar.gz 69.1 KiB 91b8bc987fa222785b4320dd616aa0467105190a723132655c7b2d68c5128732
python-django-otp_1.2.4-1.debian.tar.xz 11.9 KiB f889d0f609a319e3f6a4db1c86af594167a2de5337fc59c89b6bdbcd848bd492

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.