You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever we switch from non-service worker to service worker for a production app in same configurationName, we should cleanup storage like storage.remove(oidc.${configurationName})
On similar line if one switch from service worker to non-serviceworker , we should deregister the service worker with immediate effect and Let the storage be used for storing any token payloads etc
Versions
any verison in 7.x.x
Screenshots
Expected
Cleanup / Deregistration should happen if we switch between most secured of service worker and non service worker.
Actual
Either getting service worker not registering even after turning off the approch or getting storage having token payload forever.
Sometime it gets stuck with Loading screen for users.
Additional Details
We need to implement turn off & on for service worker approach