mvertopoulos / vue-msal

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

router #52

Closed coupster74 closed 1 year ago

coupster74 commented 2 years ago

Hi all, two questions..

what is the best way to integrate this functionality into the router. Its current implementation seems to really position it as view/component level authentication. I'm not quite clear on the best way to call the signin/signout/isAuthenticated as part of beforeEnter calls pre routes.

also, any recommendations on how to handle the returned href. Are people creating a route to process the returned query string with the token?