1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-django-otp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-django,
python3-freezegun,
python3-qrcode,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.6.0.1
Homepage: https://bitbucket.org/psagers/django-otp
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-otp
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-otp.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-django-otp-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: 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.
Package: python3-django-otp
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-qrcode,
Suggests:
python-django-otp-doc (= ${binary:Version}),
Description: 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.
|