Rework the header based on latest Johann's design, which introduced a dropdown menu to mange user account. In this menu, you can find a logout button, which ends up the backend session by calling the logout endpoint. Please that automatic redirection when receiving the backend response were disabled. We handle it in our custom hook, which reload the page. Has the session cookie have been cleared, on reloading the page, a new loggin flow is initiated, and the user is redirected to the OIDC provider. Please note, the homepage design/organization is still under discussion, I prefered to ship a first increment. The logout feature will be quite useful in staging to play and test our UI.