googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
773 stars 302 forks source link

feat: Enable webauthn plugin for security keys #1528

Closed cpisunyer closed 3 months ago

cpisunyer commented 4 months ago

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.

arithmetic1728 commented 4 months ago

@ikimonogakari could you take a look as well? Thanks!