SPA App Azure B2C Authentication with MSAL. Keep user logged in
问题 I have a SPA App (VueJS) which uses Azure B2C with MSAL to authenticate users. Authentication works just fine. But what does not work is, that the user is not kept logged in. As long as i use the app, everything works just fine. But when i start my app the next day i have to relogin (or just reselect the account I want to use), but I would like to have the same user experience like for example the azure portal. I can revisit the portal after one week and do not have to relogin. How can i