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-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 093d8db29c987aaf834e730c46c8099d0185d4c1
Choose a base ref
...
head repository: AzureAD/microsoft-authentication-library-for-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d233b2045582f4cf9148b5a857502b5a269684f1
Choose a head ref
  • 6 commits
  • 66 files changed
  • 3 contributors

Commits on Jun 7, 2023

  1. Copy the full SHA
    f965717 View commit details

Commits on Jun 12, 2023

  1. CDN Updates

    sameerag committed Jun 12, 2023
    Copy the full SHA
    226745b View commit details
  2. Merge pull request #6123 from AzureAD/prerelease-jun23-msal-lts

    Post Release PR: msal-lts: June
    sameerag authored Jun 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3eacc0f View commit details

Commits on Jun 22, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ae82bb7 View commit details

Commits on Jul 5, 2023

  1. Make claims-based caching configurable [LTS] (#6187)

    This PR:
    
    - Sets ability to cache based on requested claims as a configurable
    option under CacheOptions.claimsBasedCachinEnabled
    - Sets (keeps) default behavior so in `msal-browser@v2.x` and
    `msal-node@v1.x` claims-based caching is on by default and any request
    containing claims will try the cache before going to the network (avoids
    a breaking change)
    - Provides a mitigation to the issue where requesting different claims
    results in a cache miss and a cached token accumulation with no
    practical way to clear unused tokens
    hectormmg authored Jul 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    db1d92f View commit details
  2. July 2023 Release [LTS] (#6196)

    This PR bumps package versions for LTS packages due for release
    hectormmg authored Jul 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d233b20 View commit details
Loading