-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: Add --auth-type=webauthn
flag
#4931
Conversation
For this PR to actually do anything, it requires changes to Should I raise and merge a PR to Edit: Clarified with @darcyclarke regarding process. |
we might need to do a little bike shedding of the option name, i almost wonder if adding other than that, this looks great! |
Added the related |
ok, so we talked it out and i think what we'd rather do here is modify the thanks! |
Thanks for the feedback! Given that the behavior is exactly the same as |
i think making it an alias for |
Alright, got it, thanks! 🙂 |
--use-webauth
flagwebauthn
value to --auth-type
flag
webauthn
value to --auth-type
flag--auth-type=webauthn
flag
I changed the flag to be a variation of |
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.
this looks good!
What
Add
--auth-type=webauthn
flag tonpm
.Why
We want user to be able to opt-in to web logins.
References