Skip to content

Releases: codingjoe/django-mail-auth

0.3.0

13 Sep 07:41
Compare
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
Compare
Choose a tag to compare
  • Make EmailUser.email case insensitive (#5)

0.1.4

31 Jul 14:19
Compare
Choose a tag to compare
  • Raise permission denied error if login failed

0.1.3

28 May 12:02
Compare
Choose a tag to compare
  • Fix session key security issues #1

0.1.2

12 Apr 17:55
Compare
Choose a tag to compare

Minor documentation improvements

0.1.1

12 Apr 17:14
Compare
Choose a tag to compare

Minor documentation, typo and code style fixes.

0.1.0

12 Apr 16:38
Compare
Choose a tag to compare

Initial code release