logoutacross
Logoutacross is an open‑source authentication tool designed to provide a unified single‑sign‑out experience across multiple web applications and services that share a common user identity infrastructure. The project is written in Python and is distributed under the MIT license, making it freely available for both commercial and personal use. Its primary goal is to reduce the cognitive load on users who otherwise have to log out of each application individually while ensuring that active sessions are terminated securely.
At its core, logoutacross implements a callback‑based revocation framework. When a user initiates the logout process
The library ships with a set of command‑line utilities for developers to test and monitor logout flows.