msal_js 0.3.2 copy "msal_js: ^0.3.2" to clipboard
msal_js: ^0.3.2 copied to clipboard

outdated

A Dart wrapper for the 'Microsoft Authentication Library Preview for JavaScript (MSAL.js)'.

v0.3.2 #

  • Support for msal.js v0.2.4.
  • UserAgentApplicationOptions changes:
    • redirectUri may now be either a String or RedirectUriCallback.
    • postLogoutRedirectUri may now be either a String or RedirectUriCallback.
  • UserAgentApplication changes:
    • The constructor parameter tokenReceivedCallback may now be null.

v0.3.1 #

  • Fix crash which occurred when using the logger callback in code compiled with dart2js.

v0.3.0 #

  • Rewrote entire library using package:js.
  • The constructor for UserAgentApplication now semantically matches the JavaScript version.
  • The constructor for Logger now semantically matches the JavaScript version.
  • No longer contains a build of msal.js. A valid version of msal.js must be installed separately.

Versions listed below are not available on pub as they were made before this package was published.

v0.2.1 #

  • Fix MsalException not correctly decoding the error code/description.

v0.2.0 #

  • Support for msal.js v0.2.3.
  • All UserAgentApplication constructor parameters are now named. Parameters that used to be positional are now marked as @required.

v0.1.0 #

  • Support for msal.js v0.1.5.
19
likes
30
pub points
89%
popularity

Publisher

unverified uploader

A Dart wrapper for the 'Microsoft Authentication Library Preview for JavaScript (MSAL.js)'.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

js

More

Packages that depend on msal_js