DevelopingSpace / starchart

A self-serve tool for managing custom domains and certificates
MIT License
20 stars 13 forks source link

Change Logout to end Starchart session, but not do SLO #338

Closed humphd closed 1 year ago

humphd commented 1 year ago

When I login on staging, and then click Logout, I'm logged out of Seneca's SSO. This is literally never what I want. Let's fix it so that a logout removes your session only.

sfrunza13 commented 1 year ago

I can remove createLogoutRequest everywhere and the logout callback file and just make a post action on the Logout page to destroy session and redirect.