This repository was archived by the owner on May 20, 2022. It is now read-only.
Releases: stashenergy/react-native-msal
Releases · stashenergy/react-native-msal
v3.0.0-beta.6
v3.0.0-beta.5
3.0.0-beta.5 (2020-09-11)
Bug Fixes
- web: convert prompt enum value to expected prompt string (b2724e8)
v3.0.0-beta.4
3.0.0-beta.4 (2020-09-11)
Features
- add web support (c77eff8)
BREAKING CHANGES
- Remove authority from MSALResult
v3.0.0-beta.3
v3.0.0-beta.2
3.0.0-beta.2 (2020-08-18)
Features
- example: use ephemeral web session for password reset on iOS (7128767)
v3.0.0-beta.1
3.0.0-beta.1 (2020-08-17)
- feat(v3)!: a new but familiar API (b12bc70)
BREAKING CHANGES
-
- Change
MSALCLientclass name toPublicClientApplication
- Change
PublicClientApplicationconstructor takes config object- webview parameters for
acquireTokenandsignOutmethods are now
passed in via an optional nestedwebviewParametersobject acquireTokenSilentandsignOutmethods require anMSALAccountobject
instead ofaccountIdentifierstringremoveAccountmethod takes a singleMSALAccountobject