Alexander Sadovsky
Alexander Sadovsky
Sorry I can't spend more time on this by recreating a repo. But I can share the code change that has fixed my problem. Now my jest runs in 10...
hi can you please tell me, where should we place this code to load the state from chrome.local.storage? I have put it just in background page (I tried this, but...
I am struggling with the auth in manifest v3 service worker since it was released. It would be really nice if this was supported. We would also probably want to...
For anyone wondering about MSAL, it has similar problems supporting the service worker and manifest v3 https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/3923 you can also have a look at my example repo and perhaps reuse...
I have created a sample repo of a chrome extension using this oidc-client-ts library https://github.com/Alino/OIDC-client-ts-chromium-sample feedback is welcome, as I would like to make this work perfectly. I think right...
+1
check this out, I believe it works the same as ES6 promise, it is a polyfill after all https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
Thanks for reply, but it is not clear how you would request a new refresh_token without having to sign in again. There is also this info So it says an...