ports/www/py-django-otp/pkg-descr
Po-Chuan Hsieh 95dc9ed660
www/py-django-otp: Update to 1.1.4
- Update WWW
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
- Add NO_ARCH
- Take maintainership

Changes:	https://github.com/django-otp/django-otp/blob/master/CHANGES.rst
2023-01-30 21:00:22 +08:00

10 lines
615 B
Text

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.
Several simple OTP plugins are included 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.