Skip to content

Releases: codingjoe/django-mail-auth

1.0.2

15 Jun 10:08

Choose a tag to compare

  • Fix missing next URL from initial login form data (#11)

1.0.1

11 Feb 22:57

Choose a tag to compare

  • Improve documentation :)

1.0.0

04 Feb 17:06

Choose a tag to compare

  • Add Python 3.8 support
  • Add Django 3.0 support
  • Add Wagtail support
  • Drop Django 2.0 support
  • Drop Django 2.1 support
  • Move CI and Release suite to GitHub actions

0.3.0

13 Sep 07:41

Choose a tag to compare

  • Add option to allow to use a token more than once.
    With the setting LOGIN_TOKEN_SINGLE_USE this behaviour is set. Where True is the default and only allows to use a token once. With False a token can be used multiple times.

0.2.0

26 Aug 15:06

Choose a tag to compare

  • Make EmailUser.email case insensitive (#5)

0.1.4

31 Jul 14:19

Choose a tag to compare

  • Raise permission denied error if login failed

0.1.3

28 May 12:02

Choose a tag to compare

  • Fix session key security issues #1

0.1.2

12 Apr 17:55

Choose a tag to compare

Minor documentation improvements

0.1.1

12 Apr 17:14

Choose a tag to compare

Minor documentation, typo and code style fixes.

0.1.0

12 Apr 16:38

Choose a tag to compare

Initial code release