# HG changeset patch # User Kim Alvefur # Date 1683047177 -7200 # Node ID 644b2f2b9b526bf22812c6cc06ce144fd32efb92 # Parent 993f28798c7562784674ff6ac3933f9551c442f5 mod_http_oauth2: Link to RFC 7009: OAuth 2.0 Token Revocation diff -r 993f28798c75 -r 644b2f2b9b52 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Tue May 02 17:04:19 2023 +0200 +++ b/mod_http_oauth2/README.markdown Tue May 02 19:06:17 2023 +0200 @@ -45,6 +45,7 @@ Notable supported standards: - [RFC 6749: The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749) +- [RFC 7009: OAuth 2.0 Token Revocation](https://www.rfc-editor.org/rfc/rfc7009) - [RFC 7628: A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth](https://www.rfc-editor.org/rfc/rfc7628) - [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://www.rfc-editor.org/rfc/rfc7636) - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html)