Skip to content

Release msal v0.2.2

Compare
Choose a tag to compare
@nehaagrawal nehaagrawal released this 18 Aug 01:20
· 12935 commits to dev since this release

Added support to handle the issue of the session storage and local storage getting cleared in IE and edge browsers during redirects across different security zones. This can be enabled by setting storeAuthStateInCookie flag in config to true. Default value is false.
#347