You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,6 +31,10 @@ See description for installation and usage instructions.
31
31
32
32
## Changelog ##
33
33
34
+
### 0.3.0 (May 24th, 2018) ###
35
+
* Introduces `--delay-delete` flag to delete old tokens after 15 minutes instead of immediately.
36
+
* Improves invalid token message when user is already logged in: "Invalid one-time login token, but you are logged in as 'user_login'. Go to the dashboard instead?".
37
+
34
38
### 0.2.0 (May 3rd, 2018) ###
35
39
* Introduces support for multiple one-time login links.
36
40
* Links to the login screen from the "Invalid token" error message.
@@ -31,6 +31,10 @@ See description for installation and usage instructions.
31
31
32
32
== Changelog ==
33
33
34
+
= 0.3.0 (May 24th, 2018) =
35
+
* Introduces `--delay-delete` flag to delete old tokens after 15 minutes instead of immediately.
36
+
* Improves invalid token message when user is already logged in: "Invalid one-time login token, but you are logged in as 'user_login'. Go to the dashboard instead?".
37
+
34
38
= 0.2.0 (May 3rd, 2018) =
35
39
* Introduces support for multiple one-time login links.
36
40
* Links to the login screen from the "Invalid token" error message.
0 commit comments