mvertopoulos / vue-msal

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

AcquireToken update to retrieve token without saving #44

Open catofstealth opened 3 years ago

catofstealth commented 3 years ago

This minor change should allow for tokens to be requested for API's protected by bearer tokens without updating the saved token and prevent unnecessary token switching.