Skip to main content

Logout

POST 

/auth/logout

Clear the asqi-hub shared-domain cookie, if enabled.

No auth dependency, and deliberately no CSRF protection: this can only ever clear the calling browser's own cookie, never another user's session or data, so a forced cross-site POST just logs the visitor out early -- annoying at worst, not a security exposure. aip-v2-ui's own JWT session is unaffected -- it's cleared client-side (localStorage), same as before this endpoint existed.

Responses​

Successful Response