Mercurial > prosody-modules
comparison mod_auth_oauth_external/README.md @ 5435:b3e7886fea6a
mod_auth_oauth_external: Add setting for client_secret
Whether this is needed may vary by OAuth provider. Mastodon for example
requires it.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 08 May 2023 20:12:43 +0200 |
parents | 92ad8f03f225 |
children | e7d99bacd0e8 |
comparison
equal
deleted
inserted
replaced
5434:92ad8f03f225 | 5435:b3e7886fea6a |
---|---|
72 | 72 |
73 `oauth_external_client_id` | 73 `oauth_external_client_id` |
74 : String. Client ID used to identify Prosody during the resource owner | 74 : String. Client ID used to identify Prosody during the resource owner |
75 password grant. | 75 password grant. |
76 | 76 |
77 `oauth_external_client_secret` | |
78 : String. Client secret used to identify Prosody during the resource | |
79 owner password grant. | |
80 | |
77 # Compatibility | 81 # Compatibility |
78 | 82 |
79 ## Prosody | 83 ## Prosody |
80 | 84 |
81 Version Status | 85 Version Status |