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
This is a much bigger issue than I anticipated, since background scripts are replaced by service workers and this also means support for localStorage is dropped. Localstorage is used by inrupt/oidc-client-js which is the fork of a deprecated library that is replaced by oidc-client-ts.
Brainstorming ideas how to proceed:
Get rid of localstorage in all transitive dependencies
Stay on v2 and loose chrome support in 2023 (what about other chromium browsers, will they keep v2 support?)
Migrate to a Firefox plugin
Find alternatives to service worker (e.g. popup.js, content script or even options page?)
Option 1 Get rid of localstorage in all transitive dependencies
Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.
The text was updated successfully, but these errors were encountered: