2.0.2 (2022-02-03)
Features Added
- Improved the error message when
InteractiveBrowserCredential
is used with an unavailable port (such as when noredirectUri
is provided, and the port80
is busy) and when no browser is available.
Bugs Fixed
- Challenge claims now are properly being passed through to the outgoing token requests.
- The
ManagedIdentityCredential
now properly parses expiration dates from token exchange requests.
Other Changes
- Moved the
@types/stoppable
dependency to thedevDependencies
.