Skip to main content

Django приложение для аутентификации через sms

Project description

=====
OTP SMS
=====

Django приложение для аутентификации через SMS

Установка
-----------

1. Добавить "otp_sms" в ваш INSTALLED_APPS::

INSTALLED_APPS = (
...
'otp_sms',
)

3. Добавить бекенд otp_sms.backends.SMSBackend в ваш AUTHENTICATION_BACKENDS::

AUTHENTICATION_BACKENDS = (
...
'otp_sms.backends.SMSBackend',
)

3. Использовать форму otp_sms.forms.OTPSMSAuthenticationForm для аутентификации пользователей::

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-otp-sms-0.1.tar.gz (7.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page