Skip to content

Releases: danielbachhuber/one-time-login

Version 0.4.0

31 Aug 11:23
64398c4
Compare
Choose a tag to compare
  • Introduces one-time-login/v1/token WP REST API endpoint to generate tokens [#28].

Version 0.3.1

01 Jun 18:51
Compare
Choose a tag to compare
  • Fires one_time_login_after_auth_cookie_set action after the auth cookie is set [#27].

Version 0.3.0

24 May 16:17
8a7b6ce
Compare
Choose a tag to compare
  • 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

03 May 22:43
0cf836b
Compare
Choose a tag to compare
  • Introduces support for multiple one-time login links.
  • Links to the login screen from the "Invalid token" error message.

Version 0.1.2

11 Jun 23:50
Compare
Choose a tag to compare
  • Fires one_time_login_created action when login URL is created, and one_time_login_logged_in action when user is logged in via one-time login URL.

Version 0.1.1

26 May 16:19
Compare
Choose a tag to compare
  • Bug fix: Pass $assoc_args into the command to ensure the --porcelain flag actually works.

Version 0.1.0

28 Apr 21:33
Compare
Choose a tag to compare
  • Initial release