Skip to content

v1.2.0 Expiration Control!

Compare
Choose a tag to compare
@aaemnnosttv aaemnnosttv released this 16 Apr 11:10
· 126 commits to master since this release

This release brings the ability to optionally control how long an individual magic link is valid for using the new expires flag.

Simply pass the expiration time in seconds when creating a magic link (supports both create and email commands).

image

This defaults to the same 15 minutes as was used previously.

Update the package with wp package install aaemnnosttv/wp-cli-login-command:^1.2

Props to @niladam for the request.