Aslesh Vejandla
Aslesh Vejandla
did you find any fix for this?
There is a created property which tells when the local storage got created, https://github.com/IdentityModel/oidc-client-js/blob/dev/src/State.js#L63 you can see why it is not removing that, it only removes the storage keys that...
having the same problem. sometimes our JSON content is 700+ lines, reformatting for every keypress is really knocking down the performance of the application. @lybo did you find any meaningful...
@CMonjo I bumped into the same issue recently. Did you find any solution?
@nanyawei did you figure out a solution for this?
I looked at the code a bit. But, unfortunately, couldn't figure out. If you have any pointers please let me know. Happy to work on it. @bbemis017
@pamapa SigninSilent() is reloading the component again as auth.isAuthenticated is false for a brief moment. Is there anyway to avoid this? I forked and updated the example to interact with...
Thanks for looking into it, But the idea behind the `SigninSilent` is to fetch the token silently without impacting the user experience right? Would I be able to differentiate when...
thanks @eugef for the reply. ```ts it(`should log the ougoing response as warning.`, (done) => { const req = httpMocks.createRequest({ originalUrl: "/response-test", method: "DELETE", body: { test: "ERROR-TEST", }, });...
any help on this issue?