mvertopoulos / vue-msal

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

Update msal dependency to include patch which reduces cookie lengths. #46

Open clarkgunn opened 3 years ago

clarkgunn commented 3 years ago

This change should resolve overly long cookies causing the server to return an error.

https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1188