Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant authored Mar 12, 2021
1 parent 5c4c2d2 commit 85ce257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This release continues with the changes from `1.2.4` and `1.2.4-beta.1`.
- Updated `@azure/msal-node-extensions` to [1.0.0-alpha.6](https://www.npmjs.com/package/@azure/msal-node-extensions/v/1.0.0-alpha.6).
- Refactored our use of MSAL to better centralize the handling of inputs, outputs and errors.
- Migrated the `InteractiveBrowserCredential`, `DeviceCodeCredential`, `ClientSecretCredential`, `ClientCertificateCredential`, `EnvironmentCredential` and `UsernamePasswordCredential` to the latest MSAL.
- All of these credentials have an improved caching of the tokens, which reduces the number of network requests made significantly.
- This update improves caching of tokens, significantly reducing the number of network requests.
- Credentials `InteractiveBrowserCredential`, `DeviceCodeCredential`, `EnvironmentCredential` and `UsernamePasswordCredential` now can:
- Receive an `authenticationRecord` from a previous authentication on their constructors, which skips the initial request altogether.
- Receive a `disableAutomaticAuthentication` setting on the constructor, which stops `getToken` from requesting the user to authenticate manually.
Expand Down

0 comments on commit 85ce257

Please sign in to comment.