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-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 6 contributors

Commits on Sep 28, 2022

  1. feat: implement pluggable auth interactive mode (#1131)

    For interactive mode:
    
    1. Always using output to read the result.
    2. Make `expiration_time` optional for all mode.
    3. Implement interactive mode run executable
    4. Implement `revoke()` function.
    5. Refactor tests
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>
    3 people authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    44a189f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. fix: adding one more pattern to relax the regex check for sts and imp…

    …ersonation url endpoints (#1158)
    
    * fix: relax regex for sts and impersonation url with one more pattern
    
    * adding more testcases for invalid url
    
    * chore: update token
    BigTailWolf authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    75326e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. feat: Introduce the functionality to override token_uri in credentials (

    #1159)
    
    * feat: Introduce the functionality to override token_uri in credentials
    
    * update rt
    sai-sunder-s authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    73bc7e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    24cfa56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523f811 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. chore(main): release 2.13.0 (#1156)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    05b7a72 View commit details
    Browse the repository at this point in the history
Loading