mvertopoulos / vue-msal

Vue plugin for using Microsoft Authentication Library (MSAL)
MIT License
123 stars 66 forks source link

Added handling of validateAuthority parameter #16

Closed baSSiLL closed 4 years ago

baSSiLL commented 4 years ago

Linked with issue #15

mvertopoulos commented 4 years ago

Thanks for this fix. Will update npm module as soon as possible.

baSSiLL commented 4 years ago

@mvertopoulos Just tried to update NPM module to v3.0.2. I see the changes in lib/src/main.ts but NO corresponding update in dist/src/main.js. Probably you forgot to recompile TS before assembling a new package.

wizicer commented 4 years ago

@mvertopoulos seems you forgot recompile before push to NPM

mvertopoulos commented 4 years ago

@baSSiLL @wizicer Indeed. Thanks for letting me know.

Recompiled and published v3.0.3 of the npm package.

baSSiLL commented 4 years ago

Thanks @mvertopoulos It works now