diff options
author | Carlo Strub <cs@FreeBSD.org> | 2016-05-17 20:30:57 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2016-05-17 20:30:57 +0000 |
commit | 7523acb6776130d1879e77bf6afb589e8d6c1a68 (patch) | |
tree | 5f1b39d407efa611fd3d9128f158d8dd5b233ab4 /www/py-django-otp/pkg-descr | |
parent | 804e286a964239d5fe1e3866f62579b8a4161731 (diff) | |
download | ports-7523acb6776130d1879e77bf6afb589e8d6c1a68.tar.gz ports-7523acb6776130d1879e77bf6afb589e8d6c1a68.zip |
Notes
Diffstat (limited to 'www/py-django-otp/pkg-descr')
-rw-r--r-- | www/py-django-otp/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/py-django-otp/pkg-descr b/www/py-django-otp/pkg-descr new file mode 100644 index 000000000000..9713d55d0934 --- /dev/null +++ b/www/py-django-otp/pkg-descr @@ -0,0 +1,13 @@ +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. + +WWW: https://bitbucket.org/psagers/django-otp |