Richard Catterill
Richard Catterill
Hi @guillaume-chervet, Thanks for the quick reply (and for the library, which is great!). I've got it working now, but only after downgrading to v6.14.8 - does this help at...
Hi @guillaume-chervet, we have the service worker files but it doesn't look it's being used (nothing showing as registered in dev tools). I think for our requirements (accessing the token...
@guillaume-chervet I can't share the whole app but these are the main parts I guess: ``` export const IDENTITY_CONFIG = { authority: rootPath, client_id: clientId, redirect_uri: rootPath + basePath +...
Hi @guillaume-chervet, Just came across this issue as I've encountered a similar error. I'm getting the same error message as above (on v6.16.9): In my case it seems to be...
I've created a new issue following the above as I'm getting a slightly different issue now - https://github.com/AxaFrance/react-oidc/issues/1021
@dac09 I'm having the same issue and tried updating (to 7.6.2) but this doesn't seem to have helped - isAuthenticated returns true after a server restart. Is there anything else...
@dac09 thanks for getting back to me. I was just going off the above comment where taivo mentioned it was fixed in 7.4.3. No problem, I agree it's not a...