Session renewal fails / Outdated OIDC flow
Users often get logged out because the session isn’t successfully renewed in the background. This leads to problems, especially with long running requests like file uploads (see #342 (closed)).
A good first step to address this issue would be to update our OIDC flow, because we’re using the outdated and no longer recommended implicit flow. We should also upgrade from the unmaintained oidc-client
library and use oidc-client-ts
instead.