Django-otp

Latest version: v1.5.0

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 11

0.9.1

--------------------------------------------------------------------------------

- `38`_: Update admin fields for
:class:`~django_otp.plugins.otp_email.models.EmailDevice`.

.. _38: https://github.com/django-otp/django-otp/pull/38

0.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: https://github.com/django-otp/django-otp/pull/33
.. _34: https://github.com/django-otp/django-otp/pull/34
.. _arjan-s: https://github.com/arjan-s

0.8.1

--------------------------------------------------------------------------------

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

.. _26: https://github.com/django-otp/django-otp/issues/26


v0.8.0 - February 06, 2020 - Drop Python 2 support
--------------------------------------------------------------------------------

- `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: https://github.com/django-otp/django-otp/pull/17
.. _18: https://github.com/django-otp/django-otp/pull/18
.. _23: https://github.com/django-otp/django-otp/pull/23

0.7.5

--------------------------------------------------------------------------------

- `15`_: Add admin template for Django 3.0.

.. _15: https://github.com/django-otp/django-otp/issues/15

0.7.4

--------------------------------------------------------------------------------

- `10`_: Remove old admin login templates that are confusing some unrelated
tools.

.. _10: https://github.com/django-otp/django-otp/issues/10

0.7.3

----------------------------------------------

- Built-in forms have autocomplete disabled for token widgets.

- Fixed miscellaneous typos.

Page 5 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.