If you try to log out using the button in the dropdown in the top right, the page refreshes, but you are still logged in.
I can't reproduce this behavior on https://hubs-dev.fedorainfracloud.org, is it where you saw it?
https://hubs-dev.fedorainfracloud.org
Metadata Update from @abompard: - Issue priority set to: Normal
yeah it happens for me both on hubs-dev and on my dev/vagrant setup.
@ryanlerch try to first hit https://iddev.fedorainfracloud.org/logout/, and then click Logout in hubs. If you logged in recently enough, it's likely you still have an open Ipsilon session and you get logged in automatically again.
@puiterwijk yeah that seemed to have worked. However how do we stop this from happenening so we logout whenever we press the logout button?
Right now, you don't. I need to get some time to implement session management, but for now there's no implementation to get single signout.
Having had this issue in pkgdb and a few other places, I was adding to the session a variable allowing me to detect if the user had just logged out and if so, I would break the redirect to the login page.
Metadata Update from @ryanlerch: - Issue set to the milestone: Production
Metadata Update from @ryanlerch: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)