Software /
code /
prosody-modules
Changeset
5499:27d220b14d59
mod_auth_oauth_external: Correct docs about default scope
Yet another failure of auto-complete?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 31 May 2023 22:37:51 +0200 |
parents | 5498:1fa1545ebc40 |
children | 5500:8d3e7b201ba4 |
files | mod_auth_oauth_external/README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_oauth_external/README.md Wed May 31 19:31:45 2023 +0200 +++ b/mod_auth_oauth_external/README.md Wed May 31 22:37:51 2023 +0200 @@ -79,7 +79,7 @@ owner password grant. `oauth_external_scope` -: String. Defaults to `"oauth"`. Included in request for resource +: String. Defaults to `"openid"`. Included in request for resource owner password grant. # Compatibility