Django-tokenauth

Latest version: v0.5.3

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

Scan your dependencies

Page 2 of 2

0.2.1

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

Fixes
~~~~~
- If the User model has a username field, try to fill it in. [Stavros
Korokithakis]

0.2.0

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

Features
~~~~~~~~
- Add ?next= parameter. [Stavros Korokithakis]
- Make tokens dramatically shorter by using the database to store them.
[Stavros Korokithakis]

0.1.0

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

Features
~~~~~~~~
- Allow normalizing/authorizing email addresses with the NORMALIZE_EMAIL
setting. [Stavros Korokithakis]

0.0.6

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

Features
~~~~~~~~
- Add helper function to email the user's login link to them. [Stavros
Korokithakis]

Fixes
~~~~~
- Add app_name for Django 2.0. [Stavros Korokithakis]
- Django 2 compatibility. [Stavros Korokithakis]

Merge pull request 1 from sirodoht/django-2
- Tokenauth template should be given a string, not a bytestring.
[Theodore Keloglou]

As of Django 2.0 Signer.sign returns a bytestring if given one.
We want to pass a utf8 string to our template, thus we need to
decode it after base64-encoding it.
- Is_authenticated is now only an attribute. [Theodore Keloglou]

As of Django 1.10 is_authenticated became an attribute rather
than a function and the deprecation period lasted until Django 2.0,
which left is_authenticated only as a boolean variable.

Documentation
~~~~~~~~~~~~~
- Add settings section to the documentation. [Stavros Korokithakis]

0.0.4

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

Fixes
~~~~~
- Include template files. [Stavros Korokithakis]

0.0.3

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

Fixes
~~~~~
- Use the LOGIN_REDIRECT_URL if the LOGOUT_REDIRECT_URL is not
specified. [Stavros Korokithakis]

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.