Skip to content

21.0.3

Choose a tag to compare

@L-X-T L-X-T released this 02 Jul 09:53

v21.0.3

Patch release fixing token revocation, backported to the Angular 21 line.

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. (Backport of the fix
    released in v22.0.2.)