Releases: TabsterApp/django-nopassword
Releases · TabsterApp/django-nopassword
Django 4
Always return the same message for logins
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
Implement JWT to allow the use of refresh tokens and increase security
reCaptcha v3 integration
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
v5.0.8 Use correct order for URLs in auth
Remove deprecated URLs
v5.0.7 v.5.0.7 Remove deprecated re in url pattern
Add settings to mail template variables
v5.0.6 Add django settings to template vars
Remove URL from mail context
v5.0.5 Remove URL from mail context as we need to build this ourselves
Removes trailing slashes from REST API
v5.0.4 Remove trailing slashes for REST API
Give back user info to the email
Give back user info to the email