Guillaume Chervet
Guillaume Chervet
I have started I think it will be quick to implement.
I have published the nonce check. It will increase a lot the security (a lot in service worker mode).
@kareemsakr , does it resolve your need?
Hi @fffan64 , Thank you for your issue. I am not sure but i think you need to update the serviceworker.js file. The service worker save the nonce and the...
@fffan64 , what is your configuration?
Hi @fffan64 , I have published a fix https://github.com/AxaGuilDEv/react-oidc/commit/385a3fcc63592d59dcc13e9d2b995ebf7b765faf Does it work for you with and without service worker?
Thank you @briandonahue for your issue. We will have to look at this. The librairy is agnostic to any router but we will have to look why you have this...
Hi @p0stw3b, I have already thougth about this feature. I think, i will use the children props of sessionlost to display the page content. So the override will have the...
I have update the documentation and the demo. https://github.com/AxaGuilDEv/react-oidc/tree/master/packages/context The multi auth page now use it => https://black-rock-0dc6b0d03.1.azurestaticapps.net/multi-auth You can use the children property too. Does it help you for...
Thank you again @p0stw3b for your feedback, I can reproduce it. I'am losing my children state. I know how to fix it, I have some internal refactorisation to do.