mvertopoulos / vue-msal

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

Support for Vue3 #28

Open etienne-trooptravel opened 4 years ago

etienne-trooptravel commented 4 years ago

Is there any plans to update this library to support Vue3? The changes necessary seems minimal

RLHuisman commented 3 years ago

is there any progress on this?

etienne-trooptravel commented 3 years ago

Not as far as I know, unfortunately

On Mon, Sep 28, 2020 at 2:31 PM RLHuisman notifications@github.com wrote:

is there any progress on this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mvertopoulos/vue-msal/issues/28#issuecomment-699976720, or unsubscribe https://github.com/notifications/unsubscribe-auth/APMKQ4W3TOJQMRHJQ5BT2GDSIB63JANCNFSM4OELSDUA .

RLHuisman commented 3 years ago

We will try to create our own VUE 3 plugin based on the same kind of Definition, but with the Typescript content of MSAL 2.2.0

etienne-trooptravel commented 3 years ago

That would be amazing, would you be so kind as to send me a link to your repos when you've created the project?

On Mon, Sep 28, 2020 at 5:07 PM RLHuisman notifications@github.com wrote:

We will try to create our own VUE 3 plugin based on the same kind of Definition, but with the Typescript content of MSAL 2.2.0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mvertopoulos/vue-msal/issues/28#issuecomment-700067561, or unsubscribe https://github.com/notifications/unsubscribe-auth/APMKQ4UFGPGXXNVX5APDTM3SICRERANCNFSM4OELSDUA .

techguydave commented 3 years ago

Any progress on this either within vue-msal or @RLHuisman's plugin?

jos- commented 2 years ago

FYI, https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-browser-samples/vue3-sample-app is very useful for setting this up for Vue 3.

No need for a 3rd party library.