express-stormpath
express-stormpath copied to clipboard
Add support for `/oauth/revoke`
Adds support for the /oauth/revoke
endpoint, as prescribed by RFC 7009.
Adds documentation and tests for this feature.
Important: This PR contains #550, because the behaviour contained there is crucial for the token workflow to work correctly with client credentials. Same as that PR, it requires https://github.com/stormpath/stormpath-sdk-node/pull/575 to be merged and released to work correctly!
Fixes #589