Skip to main content

Sign out everywhere

POST 

/auth/global-signout

User token. Called by your app on behalf of the person holding the wallet. A machine token cannot call this.

Ends every session the caller has, on every device.

What "everywhere" means precisely: every refresh token is revoked immediately, so nothing can be renewed. Access tokens already issued keep working until they expire — at most a few minutes — because they are verified without a database lookup. Offer this after a password change, or when someone reports a lost device.

Responses

OK