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,9 @@ See description for installation and usage instructions.
31
31
32
32
## Changelog ##
33
33
34
+
### 0.3.1 (June 1st, 2021) ###
35
+
* Fires `one_time_login_after_auth_cookie_set` action after the auth cookie is set [[#27](https://github.com/danielbachhuber/one-time-login/pull/27)].
36
+
34
37
### 0.3.0 (May 24th, 2018) ###
35
38
* Introduces `--delay-delete` flag to delete old tokens after 15 minutes instead of immediately.
36
39
* 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?".
@@ -31,6 +31,9 @@ See description for installation and usage instructions.
31
31
32
32
== Changelog ==
33
33
34
+
= 0.3.1 (June 1st, 2021) =
35
+
* Fires `one_time_login_after_auth_cookie_set` action after the auth cookie is set [[#27](https://github.com/danielbachhuber/one-time-login/pull/27)].
36
+
34
37
= 0.3.0 (May 24th, 2018) =
35
38
* Introduces `--delay-delete` flag to delete old tokens after 15 minutes instead of immediately.
36
39
* 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?".
0 commit comments