-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cmd/goat): allow specifying authFactorToken #877
Conversation
would close: #787 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally looks good. left some style nits (i'm personally opinionated about this particular tool/codebase).
there is a potential annoying case where the session times out, so the tool tries to refresh using username/password, and it fails b/c a token is resolved. it would in theory be nice to have a more specific error message/code about that, but it is probably rare enough to not block merging this improvement for now.
thanks for the contribution! a few folks have hit this and I should have been less lazy about implementing it from the start.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, all sorted.
yeah I'm going to make it consistent
Thanks! |
Supports using goat account login with email 2fa enabled so that users do not need to first disable 2fa to then get an email token anyways to obtain plc signing tokens.