Skip to content

22.0.2

Latest

Choose a tag to compare

@L-X-T L-X-T released this 02 Jul 07:46

v22.0.2

Patch release fixing token revocation.

What's Changed

  • Fixed revokeTokenAndLogout() failing when the revocation endpoint returns a
    non-JSON response body. Per RFC 7009 §2.2 the body must be ignored, so it is
    now requested as text instead of JSON. Closes #1505.