Mercurial > prosody-modules
comparison mod_http_oauth2/README.markdown @ 5316:4fc3277a914d
mod_http_oauth2/README: Link to mod_rest
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Apr 2023 11:38:46 +0200 |
parents | 8501baa7ef3f |
children | dd8616e68cb3 |
comparison
equal
deleted
inserted
replaced
5315:8501baa7ef3f | 5316:4fc3277a914d |
---|---|
18 third-party applications limited access to your account, without sharing your | 18 third-party applications limited access to your account, without sharing your |
19 password with them. | 19 password with them. |
20 | 20 |
21 With this module deployed, software that supports OAuth can obtain "access | 21 With this module deployed, software that supports OAuth can obtain "access |
22 tokens" from Prosody which can then be used to connect to XMPP accounts using | 22 tokens" from Prosody which can then be used to connect to XMPP accounts using |
23 the 'OAUTHBEARER' SASL mechanism or via non-XMPP interfaces such as mod_rest. | 23 the 'OAUTHBEARER' SASL mechanism or via non-XMPP interfaces such as [mod_rest]. |
24 | 24 |
25 Although this module has been around for some time, it has recently been | 25 Although this module has been around for some time, it has recently been |
26 significantly extended and largely rewritten to support OAuth/OIDC more fully. | 26 significantly extended and largely rewritten to support OAuth/OIDC more fully. |
27 | 27 |
28 As of April 2023, it should be considered **alpha** stage. It works, we have | 28 As of April 2023, it should be considered **alpha** stage. It works, we have |