Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: joelferrier/google-cloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 3, 2026

  1. fix: Use user_verification=discouraged for Reauth WebAuthn challenge.

    When a fido2 compliant security key is used, and a PIN is configured,
    the user_verification=preferred value forces PIN authentication.
    
    The Reauth API security key challenge is modeled on U2F which does
    not expose UV requirements. This change removes the PIN prompt
    requirement for Google Cloud customers with fido2 security keys and
    session length controls enabled which require security key reauth.
    joelferrier committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    dde8430 View commit details
    Browse the repository at this point in the history
Loading