معرفی شرکت ها


python3-django-otp_1.1.3-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

pluggable framework for two-factor authentication (Python3 version)
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته python3-django-otp
نام فایل بسته python3-django-otp_1.1.3-1_all.deb
نسخه بسته 1.1.3
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Python Team <team+python@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://bitbucket.org/psagers/django-otp
مجوز -
حجم دانلود 42200
حجم نصب 232
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.


نیازمندی

مقدار نام
- python3-django
- python3:any


نحوه نصب


نصب پکیج deb python3-django-otp:

    sudo apt-get install python3-django-otp_1.1.3-1_all.deb


فایل ها

مسیرها
./usr/lib/python3/dist-packages/django_otp/__init__.py
./usr/lib/python3/dist-packages/django_otp/admin.py
./usr/lib/python3/dist-packages/django_otp/conf.py
./usr/lib/python3/dist-packages/django_otp/decorators.py
./usr/lib/python3/dist-packages/django_otp/forms.py
./usr/lib/python3/dist-packages/django_otp/locale/fr/LC_MESSAGES/django.mo
./usr/lib/python3/dist-packages/django_otp/locale/fr/LC_MESSAGES/django.po
./usr/lib/python3/dist-packages/django_otp/middleware.py
./usr/lib/python3/dist-packages/django_otp/models.py
./usr/lib/python3/dist-packages/django_otp/oath.py
./usr/lib/python3/dist-packages/django_otp/plugins/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/admin.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/apps.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/conf.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/migrations/0001_initial.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/migrations/0002_sidechanneldevice_email.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/migrations/0003_emaildevice_email.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/migrations/0004_throttling.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/migrations/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/models.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/templates/otp/email/token.txt
./usr/lib/python3/dist-packages/django_otp/plugins/otp_email/tests.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/admin.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/apps.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/migrations/0001_initial.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/migrations/0002_auto_20190420_0723.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/migrations/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/models.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/templates/otp_hotp/admin/config.html
./usr/lib/python3/dist-packages/django_otp/plugins/otp_hotp/tests.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/admin.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/apps.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/lib.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/management/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/management/commands/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/management/commands/addstatictoken.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/migrations/0001_initial.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/migrations/0002_throttling.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/migrations/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/models.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_static/tests.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_totp/__init__.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_totp/admin.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_totp/apps.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_totp/migrations/0001_initial.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_totp/migrations/0002_auto_20190420_0723.py
./usr/lib/python3/dist-packages/django_otp/plugins/otp_totp/migrations/__init__.py
... and 17 more