github Azure/azure-sdk-for-js @azure/identity-cache-persistence_1.0.0-beta.1

latest releases: @azure-rest/maps-search_2.0.0-beta.2, @azure-rest/maps-geolocation_1.0.0-beta.4, @azure-rest/maps-render_2.0.0-beta.1...
pre-release3 years ago

1.0.0-beta.1 (2021-07-07)

New features

  • This release marks the initial beta availability of the @azure/identity-cache-persistence package. This package provides an extension to @azure/identity that enables persistent token caching in a secure storage defined by the Operating System (caching of token values across sessions), which allows skipping interactive authentication flows if a previously-cached token is still available. This is implemented using the following technologies:
    • On Windows, the cache will use a DPAPI-protected file.
    • On macOS, the cache will use the macOS Keychain.
    • On Linux, the cache will use libsecret to store the tokens (this will use a provider backend, e.g. GNOME Keyring).
    • On Linux and macOS, the cache may optionally use an unencrypted file as a last resort, but only if the allowUnencryptedStorage property is set to true in the tokenCachePersistenceOptions passed to the credential constructor.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.