Evan Mattson
Evan Mattson
Github seems to only recognize the first identity's email when exporting with `keybase pgp export -q MYKEY`. I needed to export the public key with `gpg --armor --export GPG MYKEY`...
Yeah, I've thought about adding a `--redirect` flag. It's already somewhat possible using the `wp_cli_login/login_redirect` filter, but that does not allow for configuration at the command line, so you would...
Yeah, this is something that has come up before (#14) and is something that should be supported 👍
Interesting idea. The endpoint is already random from the time the first magic link is created. You can also change the endpoint to a new, random one by running ```...
Would `variable-that-i-can-change` be for all magic links or something you want to be able to set on a per-link basis?
Would require major release. Maybe as part of #22
Using `--expires=0` will create a login link that will not expire. Glad you got it to work though! I'm not sure why it wouldn't work for you but happy to...
Thanks for sharing your experience @careybaird ! > watch out for anything that might be visiting or pre-fetching the link! This is a known issue, see https://github.com/aaemnnosttv/wp-cli-login-command/issues/1 😉
Hi there 👋 It could be failing for a number of reasons. Would you please share a bit more information about your environment? What output do you get for `wp...
Sorry we weren't able to figure out your issue @michacassola, I haven't had much time to follow up here. Perhaps there may be a common cause with #55.