-
Notifications
You must be signed in to change notification settings - Fork 337
feat: Enable webauthn plugin for security keys #1528
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
Merged
arithmetic1728
merged 10 commits into
googleapis:main
from
cpisunyer:webauthn-2024-05-16
Jun 6, 2024
Merged
feat: Enable webauthn plugin for security keys #1528
arithmetic1728
merged 10 commits into
googleapis:main
from
cpisunyer:webauthn-2024-05-16
Jun 6, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ikimonogakari could you take a look as well? Thanks! |
ikimonogakari
approved these changes
Jun 5, 2024
Move key press prompt and remove TODO question.
Fix lint and mypy errors.
sai-sunder-s
reviewed
Jun 5, 2024
clundin25
reviewed
Jun 5, 2024
clundin25
reviewed
Jun 5, 2024
clundin25
reviewed
Jun 5, 2024
clundin25
reviewed
Jun 5, 2024
clundin25
reviewed
Jun 5, 2024
Following up on the earlier PR from ikimonogakari, this code will route security key requests to the webauthn plugin if the GOOGLE_AUTH_WEBAUTHN_PLUGIN env variable is set. If the variable is not set, the existing code path continues to be executed.