Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.29.0
Choose a base ref
Loading
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.30.0
Choose a head ref
Loading
  • 13 commits
  • 34 files changed
  • 10 contributors

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    089206e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix: fix id_token iam endpoint for non-gdu service credentials (#1506)

    * fix: fix id_token iam endpoint for non-gdu service credentials
    
    * chore: address comments
    arithmetic1728 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    93d681e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    e25f336 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    1ed4e04 View commit details
    Browse the repository at this point in the history
  2. fix: makes default token_url universe aware (#1514)

    * fix: makes default token_url universe aware
    
    * fix defaulting
    aeitzman authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    045776e View commit details
    Browse the repository at this point in the history
  3. chore(python): update dependencies in /.kokoro (#1499)

    Source-Link: googleapis/synthtool@db94845
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f01a690 View commit details
    Browse the repository at this point in the history
  4. chore(python): bump idna from 3.4 to 3.7 in .kokoro (#1517)

    Source-Link: googleapis/synthtool@d50980e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e216b9e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore: Add log when rapt token is acquired. (#1520)

    * chore: Add log when rapt token is acquired.
    
    * chore: Add log when rapt token is acquired.
    clundin25 authored May 2, 2024
    Configuration menu
    Copy the full SHA
    8cfc91d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. feat: ECP Provider drop cryptography requirement (#1524)

    The ECP provider can work with the Python std lib SSL library.
    This simplifies packaging, as cryptography can be omitted.
    
    This patch makes the code use the standard SSL library if a provider
    implementation is detected.
    clundin25 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a821d71 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    adb94f7 View commit details
    Browse the repository at this point in the history
  2. feat: Enable webauthn plugin for security keys (#1528)

    * feat: Enable webauthn handling when plugin is installed.
    
    * Minor code cleanup.
    
    * feat: Enable webauthn plugin for security keys
    
    Move key press prompt and remove TODO question.
    
    * feat: Enable webauthn plugin for security keys
    
    Fix lint and mypy errors.
    
    * feat: Enable webauthn plugin for security keys
    
    Check dict accesses for None.
    Remove commented out line.
    
    * feat: Enable webauthn plugin for security keys
    
    Change _urlsafe_b64recode to _unpadded_urlsafe_b64recode for clarity.
    
    * feat: Enable webauthn plugin for security keys
    
    Fix broken test and add test clauses to bring coverage to 100%.
    
    ---------
    
    Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
    cpisunyer and arithmetic1728 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e2d5e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d276da View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.30.0 (#1507)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.30.0](https://togithub.com/googleapis/google-auth-library-python/compare/v2.29.0...v2.30.0) (2024-06-06)
    
    
    ### Features
    
    * Add WebAuthn plugin component to handle WebAuthn get assertion request ([#1464](https://togithub.com/googleapis/google-auth-library-python/issues/1464)) ([e25f336](https://togithub.com/googleapis/google-auth-library-python/commit/e25f336ab49c2018a222458a95ebe083e8a4eb2a))
    * ECP Provider drop cryptography requirement ([#1524](https://togithub.com/googleapis/google-auth-library-python/issues/1524)) ([a821d71](https://togithub.com/googleapis/google-auth-library-python/commit/a821d719e2fc7bcdc21737fdf175d6f06aa9a56a))
    * Enable webauthn plugin for security keys ([#1528](https://togithub.com/googleapis/google-auth-library-python/issues/1528)) ([e2d5e63](https://togithub.com/googleapis/google-auth-library-python/commit/e2d5e635da2cb2caf8240fb9e07fc381442a9d0c))
    
    
    ### Bug Fixes
    
    * Fix id_token iam endpoint for non-gdu service credentials ([#1506](https://togithub.com/googleapis/google-auth-library-python/issues/1506)) ([93d681e](https://togithub.com/googleapis/google-auth-library-python/commit/93d681e6cfb15eb4a3efada623be8ba73b302257))
    * Makes default token_url universe aware ([#1514](https://togithub.com/googleapis/google-auth-library-python/issues/1514)) ([045776e](https://togithub.com/googleapis/google-auth-library-python/commit/045776e5dfa3fb172ffaeb59bfe5c637778a5d34))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    48add44 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.