This repository has been 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.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2020-09-26)
Please see the CHANGELOG for instructions on how to migrate from v2 to v3.
Bug Fixes
- fix app crashing if config isn't correct when creating PCA (d74e355)
- fix compatibility with xcode 12 (4d8cc80)
- security: address dependabot alerts, update deps (513db7e)
- resolve to root instead of hardcode flavor (3b874ba)
- revert excluding example dir in tsconfig (efc9a56)
- example: only delay password reset on iOS (074250c)
- web: convert prompt enum value to expected prompt string (b2724e8)
Features
-
add web cache options to config (315612c)
-
add web support (c77eff8)
-
allow setting ios webview type and presentation style (d059926)
-
example: use ephemeral web session for password reset on iOS (7128767)
-
feat(v3)!: a new but familiar API (b12bc70)
BREAKING CHANGES
- Remove authority from MSALResult
-
- Change
MSALCLient
class name toPublicClientApplication
- Change
PublicClientApplication
constructor takes config object- webview parameters for
acquireToken
andsignOut
methods are now
passed in via an optional nestedwebviewParameters
object acquireTokenSilent
andsignOut
methods require anMSALAccount
object
instead ofaccountIdentifier
stringremoveAccount
method takes a singleMSALAccount
object