- MSAL uses sync storage for token cache; doesnt work in service worker
- PWA is seen as web; and can only have a refresh token with static expiration; not a sliding window like native apps. resulting you need to signin every 24 hours.
- MSAL uses sync storage for token cache; doesnt work in service worker
- PWA is seen as web; and can only have a refresh token with static expiration; not a sliding window like native apps. resulting you need to signin every 24 hours.