21.0.3
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.)