JWT

Blacklist a JWT refresh token

Adds a JWT refresh token to the blacklist, preventing it from being used to obtain new access tokens.

post/api/token/blacklist/

Request body

refreshstring required

Response

Token was successfully blacklisted

Changes

Changed in 1 of the 97 revisions of this API.11

    • removed the media type application/json for the response with the status 204

      response-media-type-removed

    • added the required property detail to the response with the 404 status

      response-required-property-added

Of the 97 revisions, 1 has no diff computed.