Releases: danielbachhuber/one-time-login
Releases · danielbachhuber/one-time-login
Version 0.4.0
- Introduces
one-time-login/v1/token
WP REST API endpoint to generate tokens [#28].
Version 0.3.1
- Fires
one_time_login_after_auth_cookie_set
action after the auth cookie is set [#27].
Version 0.3.0
- Introduces
--delay-delete
flag to delete old tokens after 15 minutes instead of immediately. - 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?".
Version 0.2.0
- Introduces support for multiple one-time login links.
- Links to the login screen from the "Invalid token" error message.
Version 0.1.2
- Fires
one_time_login_created
action when login URL is created, andone_time_login_logged_in
action when user is logged in via one-time login URL.
Version 0.1.1
- Bug fix: Pass
$assoc_args
into the command to ensure the--porcelain
flag actually works.
Version 0.1.0
- Initial release