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 8 of 11

0.3.13

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

- Allow verified users to be pickled.

0.3.12

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

- Minor fixes for Django 1.11 and 2.0.

0.3.11

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

- Generate HOTP and TOTP otpauth URLs and corresponding QR Codes. To enable this
feature, install ``django-otp[qrcode]`` or just install the `qrcode`_ package.

- Support for Python 2.6 and Django 1.4 were dropped in this version (long
overdue).

.. _qrcode: https://pypi.python.org/pypi/qrcode/

0.3.8

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

- Treat :attr:`~django.contrib.auth.models.User.is_authenticated` and
:attr:`~django.contrib.auth.models.User.is_anonymous` as properties in Django
1.10 and later.

- Add explict on_delete behavior for all foreign keys.

0.3.7

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

- Added a convenience API for verifying TOTP tokens:
:meth:`django_otp.oath.TOTP.verify`.

0.3.6

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

- Don't break the laziness of ``request.user``.

- Improved error message for invalid tokens.

- Support the new middleware API in Django 1.10.

Page 8 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.