oidc-client-js
oidc-client-js copied to clipboard
Option to call clearStaleState automatically
I would like to have an option to let the client call clearStaleState automatically.
There's an API for that already: UserManager.clearStaleState
Hello @brockallen I know, but I want an option to not call this method myself, but let the Client call it.
Hi, just wanted to let you know that this was confusing for me as I thought that by setting staleStateAge
this would work out of the box and be handled by the client.