mvertopoulos / vue-msal

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

Nuxt mode requirement #35

Open andrebianchessi opened 4 years ago

andrebianchessi commented 4 years ago

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.

Venipa commented 3 years ago

i guess you got the non_browser_environment: Login and token requests are not supported in non-browser environments. error?