You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Token refresh in browser without redirecting to Hydra/IDP
Summary description
This will be a continuation of #350. #350 added token refresh via full page redirects (and reloading), but this does not give a good user experience in all cases. E.g in the case of user filling a form and leaving it for long. The refresh can lose all the already filled form contents.
So, it makes sense to also have refresh happen entirely in the browser.
There are approaches to make this work that can be explored. One of them (mentioned in #350) include using a hidden iFrame.
Token refresh in browser without redirecting to Hydra/IDP
Summary description
This will be a continuation of #350.
#350 added token refresh via full page redirects (and reloading), but this does not give a good user experience in all cases. E.g in the case of user filling a form and leaving it for long. The refresh can lose all the already filled form contents.
So, it makes sense to also have refresh happen entirely in the browser.
There are approaches to make this work that can be explored. One of them (mentioned in #350) include using a hidden iFrame.
Links:
More implementation details should be fleshed out here.
The text was updated successfully, but these errors were encountered: