Closed youritornier closed 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS
file at the top-level of this repository.
Description/Steps to reproduce
With loopback v3.1.0 calling the endpoint /oauth/revoke returns an HTTP 200 with no content. It should return an HTTP 204 according to RFC 7231 .
Expected result
Return an HTTP 204.