Update dependency django-otp to v0.9.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-otp | dependencies | minor |
0.7.5 -> 0.9.0
|
Release Notes
django-otp/django-otp
v0.9.0
:class:~django_otp.models.SideChannelDevice
is a new abstract device class to
simplify writing devices that deliver tokens to the user by other channels
(email, SMS, etc.).
-
#33
_,#34
_ (arjan-s
_): Implement :class:~django_otp.models.SideChannelDevice
, reimplement :class:~django_otp.plugins.otp_email.models.EmailDevice
on top of it, and add a few settings for customization. -
Add rate limiting to :class:
~django_otp.plugins.otp_email.models.EmailDevice
and :class:~django_otp.plugins.otp_static.models.StaticDevice
.
.. _#33: #33 .. _#34: #34 .. _arjan-s: https://github.com/arjan-s
v0.8.1
-
#26
_: Display OTP Token field on the login page even when user has not yet authenticated.
v0.8.0
-
#17
_: Drop Python 2 support. -
#18
_: Back to a single login template for now. -
#23
_: Allow :setting:OTP_HOTP_ISSUER
and :setting:OTP_TOTP_ISSUER
to be callable.
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.