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.