logout
@PostMapping(value = "/logout" )
Log out and end the session. What happens: - Requires a DPoP proof (so only the real browser can end the session). - Revokes the refresh token family and clears the HttpOnly cookie. - Blacklists the current access token until it expires.
Deprecated (for removal)
Overload without DPoP or request argument for tests.