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: AzureAD/microsoft-authentication-library-for-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.29.0
Choose a base ref
...
head repository: AzureAD/microsoft-authentication-library-for-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.30.0
Choose a head ref
  • 13 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 24, 2024

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

Commits on Jun 27, 2024

  1. Update ROPC broker related tests (#714)

    * Update ROPC broker tests
    
    * Get test account and password from .env
    
    * update
    fengga authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c1ead1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e80b58f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 8, 2024

  1. Support SNI via PFX

    Opt in via client_credential={
        "public_certificate": True,
        "private_key_pfx_path": "/path/to/cert.pfx",
    }
    rayluo committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bf44364 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Re-optimize the O(1) code path

    rayluo committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3ceb1c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8404254 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    788b400 View commit details
    Browse the repository at this point in the history
  2. Support SHA256 thumbprint

    rayluo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2c335d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f2e7f View commit details
    Browse the repository at this point in the history
  4. Using SHA256 and PSS padding

    rayluo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    57dce47 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a4f44f View commit details
    Browse the repository at this point in the history
  2. MSAL 1.30.0

    rayluo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3279f04 View commit details
    Browse the repository at this point in the history
Loading