Handling session timeout

Hi Team,

we have integrated keycloak-connect with nodered for authentication. when session expires, we want to redirect to login page for re-authentication and user should be able to resume their work. For example if there was an un-saved flow, it should still be there and user should have an opportunity to save it eand not lose any work.

is there any way to do it?
Any help is highly appreciated.

Thanks,
Sreevidya

Hi, not that I can immediately think of. The editor is running in the browser, and until you hit deploy that is the only place the edits are held. If you then force the user away from that, then the edits will be lost.