Simple OAuth Logout
This module adds a logout endpoint that revokes an OAuth token and also logs the user out of all their sessions. It's a drastic measure intended to ensure a complete logout until more granular session management is available.
About
Module that adds the /oauth/logout endpoint. It works like /oauth/revoke but also deletes all sessions from the user of the given token.
This is very drastic, as the user is logged out everywhere, but there is currently no alternative. What we need first is that simple_oauth stores the session id per access token. Once that is the case, we can be more surgically precise.
Depends on
Dependencies of the latest stable release
- simple_oauth_revoke Drupal core
- user Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0 | Stable | 10–11 | Logout works for me (and on a production site) | Aug 14, 2025 |