Skip to content

Update dependency django-otp to v0.9.0

Tine Wittler requested to merge renovate/django-otp-0.x into master

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

Compare Source

: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

Compare Source

  • #26_: Display OTP Token field on the login page even when user has not yet authenticated.

.. _#​26: #​26

v0.8.0

Compare Source

  • #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.

.. _#​17: #​17 .. _#​18: #​18 .. _#​23: #​23


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Nik | Klampfradler

Merge request reports