Skip to content

@azure/msal-common v1.0.0

Compare
Choose a tag to compare
@pkanher617 pkanher617 released this 21 Jul 00:27
· 9658 commits to dev since this release
07e574e

1.0.0

Breaking Changes

  • None

Features and Fixes

  • Fixed an issue where scopes were being made lower case before being sent to the service (#1961)
  • Fix an issue where token values were replaced with undefined if not sent by server (#1946)
  • Fix an issue where cache lookup for accounts was not working correctly (#1919)
  • Removed TelemetryOptions from msal-common since they were unused (#1983)
  • Add a response handler for the device code flow (#1947)