-
Notifications
You must be signed in to change notification settings - Fork 1.7k
google-auth: reauth: uses deprecated u2f module #17381
Copy link
Copy link
Open
Labels
authpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
authpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Determine this is the right repository
Summary of the issue
The reauth extension of google-auth uses pyu2f but pyu2f is discontinued and suggests using Yubico/python-fido2 instead, which has backwards compatible support for U2F.
Please switch to that library. Thank you!
(This was previously reported as #15168 but closed without a fix. The problem is still there.)
API client name and version
google-auth 2.53.0 and git head
Reproduction steps: code
Code reading.
Reproduction steps: supporting files
n/a
Reproduction steps: actual results
n/a
Reproduction steps: expected results
n/a
OS & version + platform
all
Python environment
all
Python dependencies
n/a
Additional context
No response