Software /
code /
prosody-modules
Diff
mod_http_oauth2/README.markdown @ 5621:7565298aa197
mod_http_oauth2: Allow a shorter form of the device grant in config
Long URI is long
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 21 Jul 2023 00:37:34 +0200 |
parent | 5620:a9682cad0e67 |
child | 5622:308b5b117379 |
line wrap: on
line diff
--- a/mod_http_oauth2/README.markdown Fri Jul 21 00:29:24 2023 +0200 +++ b/mod_http_oauth2/README.markdown Fri Jul 21 00:37:34 2023 +0200 @@ -224,7 +224,7 @@ -- These examples reflect the defaults allowed_oauth2_grant_types = { "authorization_code"; -- authorization code grant - "urn:ietf:params:oauth:grant-type:device_code"; + "device_code"; "password"; -- resource owner password grant }