vue-msal
vue-msal copied to clipboard
Nuxt mode requirement
When using nuxt, mode: 'spa' is required in nuxt.config.js. mode: universal won't work.
Although this might be obvious for some, begginers might take a long time to figure this out (as it happened with me).
I suggest this to be added in on the Nuxt Usage section.
i guess you got the non_browser_environment: Login and token requests are not supported in non-browser environments. error?