# HG changeset patch # User Kim Alvefur # Date 1686095015 -7200 # Node ID 67448e67770637a873a86b913ecc8a69b83cdb39 # Parent 83ebfc367169c45ea23933ca8cbf4c3e395b24bd mod_http_oauth2/README: Expand summary to include OAuth 2.0 role This module implements the Authorization Server parts of OAuth 2.0, so having the summary say that seems sensible. diff -r 83ebfc367169 -r 67448e677706 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Mon Jun 05 22:32:44 2023 +0200 +++ b/mod_http_oauth2/README.markdown Wed Jun 07 01:43:35 2023 +0200 @@ -1,12 +1,12 @@ --- labels: - Stage-Alpha -summary: 'OAuth2 API' rockspec: build: copy_directories: - html -... +summary: OAuth 2.0 Authorization Server API +--- ## Introduction