Skip to content

Releases: TabsterApp/django-nopassword

Django 4

28 Feb 12:48
Compare
Choose a tag to compare

Add Django 4 support:

  • Get rid of deprecated URL reference
  • Remove deprecated translations

Always return the same message for logins

12 Jul 13:24
4ea90c8
Compare
Choose a tag to compare

For every login call we want to retrieve the same message to avoid hackers from knowing if a given email address has an account in our system or not.

Implement JWT

05 Jul 08:25
54460b1
Compare
Choose a tag to compare

Implement JWT to allow the use of refresh tokens and increase security

reCaptcha v3 integration

15 Jun 08:24
1292266
Compare
Choose a tag to compare

reCaptcha v3 is now supported taking scores <= 0.5 as suspicious.
This is a first version for this integration, so the threshold for suspicious activity could change in future releases, or even be moved to an environmental variable so each project could use a different threshold.

Correct URL order

29 Sep 12:16
Compare
Choose a tag to compare
v5.0.8

Use correct order for URLs in auth

Remove deprecated URLs

29 Sep 07:09
Compare
Choose a tag to compare
v5.0.7

v.5.0.7 Remove deprecated re in url pattern

Add settings to mail template variables

29 Sep 06:52
Compare
Choose a tag to compare
v5.0.6

Add django settings to template vars

Remove URL from mail context

24 Sep 15:22
Compare
Choose a tag to compare
v5.0.5

Remove URL from mail context as we need to build this ourselves

Removes trailing slashes from REST API

24 Sep 14:01
Compare
Choose a tag to compare
v5.0.4

Remove trailing slashes for REST API

Give back user info to the email

08 Jan 13:19
Compare
Choose a tag to compare

Give back user info to the email