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.28.1
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.29.0
Choose a head ref
  • 18 commits
  • 16 files changed
  • 3 contributors

Commits on May 26, 2024

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

Commits on May 29, 2024

  1. Promote TokenCache._find() to TokenCache.search()

    Change all find() in application.py to search()
    
    Update msal/token_cache.py
    
    Co-authored-by: Jiashuo Li <4003950+jiasli@users.noreply.github.com>
    
    Refine inline comments
    rayluo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    41dbf29 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    03eeb79 View commit details
    Browse the repository at this point in the history
  2. Read credential from pfx

    rayluo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    68a7cb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Enable public client ROPC via broker. On Windows, ROPC will call WAM; on

    macOS, ROPC will call MSAL C++ logic.
    fengga committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    27fbffc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    da156fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6feb432 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge pull request #712 from AzureAD/enable-ROPC-via-broker

    Enable public client ROPC via broker
    fengga authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    12566ba View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Managed Identity implementation

    Fix docs
    
    Adjusting error message and docs
    
    Fix typo
    rayluo committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    95ccef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c20ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e9560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234f942 View commit details
    Browse the repository at this point in the history
  5. Implementation based on feature requirement

    Error out on platforms other than Linux and Windows
    rayluo committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9d41d53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c828a0f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'mi' into dev

    rayluo committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2333d0a View commit details
    Browse the repository at this point in the history
  8. MSAL Python 1.29.0

    rayluo committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    403fed5 View commit details
    Browse the repository at this point in the history
Loading