Software /
code /
prosody-modules
Changeset
5505:efe9e741f222
mod_http_oauth2: Correct loopback URL example
The s in the scheme should not be there, only unencrypted http to
loopback interface is allowed.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 01 Jun 2023 19:37:17 +0200 |
parents | 5504:7d9dce4e7dd0 |
children | 5506:37621c6e5c08 |
files | mod_http_oauth2/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_oauth2/README.markdown Thu Jun 01 18:32:59 2023 +0200 +++ b/mod_http_oauth2/README.markdown Thu Jun 01 19:37:17 2023 +0200 @@ -121,7 +121,7 @@ same hostname part as the `client_uri`. - If `application_type` equals `native` then all `redirect_uris` **MUST** match one of: - - Loopback `http://` URI, e.g. `https://127.0.0.1:8080/` + - Loopback HTTP URI, e.g. `http://127.0.0.1/` or `http://[::1]` - Application-specific scheme, e.g. `com.example.app:/` - The special OOB URI `urn:ietf:wg:oauth:2.0:oob` - Informative URIs such as policy and terms of service **MUST** use