Releases: codingjoe/django-mail-auth
Releases · codingjoe/django-mail-auth
0.3.0
- Add option to allow to use a token more than once.
With the settingLOGIN_TOKEN_SINGLE_USE
this behaviour is set. WhereTrue
is the default and only allows to use a token once. WithFalse
a token can be used multiple times.