Skip to content

Releases: AzureAD/microsoft-authentication-library-for-js

Release v0.1.3

28 Oct 00:28
c362d1b
Compare
Choose a tag to compare
  • Added ability to import msal as es-5 or es-6 module.
  • Added webpack to create a umd bundle with a global variable Msal exported to the window object.
  • Fixed bug related to browser refresh.
  • Set user object from cache if available before every acquireToken request.
  • Enable logging by passing a logger in the constructor function.

Release v0.1.2

03 Oct 01:11
Compare
Choose a tag to compare

*Fixed bug with renewal of id_token.
*Added support for multiple asynchronous acquireToken requests.
*Added "user_cancelled" event for popup window.

Release v0.1.1

09 May 23:23
Compare
Choose a tag to compare

*Fixed browser specific issues.

Release v0.1.0

06 May 01:47
Compare
Choose a tag to compare

First Release