Django Magiclink Versions Save

Passwordless authentication for Django with magic links.

1.3.0

9 months ago
  • Bump dependencies

1.2.0

2 years ago
  • Add unsubscribe email modal / checks

1.1.0

2 years ago
  • Use expiry|timeuntil in plain text email instead of hard coded time
  • Add ability to customise login verify flow
  • Only store IP address if REQUIRE_SAME_IP is True
  • Management command to clear old magic links
  • Add MAGICLINK_ANONYMIZE_IP settings
  • Add MAGICLINK_LOGIN_FAILED_REDIRECT setting

1.0.4

2 years ago
  • Check next redirect is safe
  • Add csrf_protect decorator for POSTs
  • Check form_name is a valid form

1.0.3

2 years ago
  • Add missing packaging dependency for version check

1.0.2

2 years ago
  • Add never_cache to LoginVerify view
  • Remove default_app_config for Django 3.2 +
  • Add tox tests for Django 3.2 and Python 3.9
  • Add packaging to mypy tox deps

1.0.1

3 years ago
  • Make the token length created by create_magiclink() use the correct TOKEN_LENGTH setting - Thanks @SunnyR
  • README wording
  • Update dependencies

1.0.0

3 years ago
  • Check User model is_active flag
  • Add setting to ignore the is_active flag
  • Add note in README on hiding labels for antispam fields

0.9.0

3 years ago
  • Add login error to login failed context to tell user why login failed
  • Add the option to include basic anti spam fields
  • Update python dependencies

0.8.0

3 years ago