Mercurial > prosody-modules
comparison mod_http_oauth2/README.markdown @ 5644:23f336cec200
mod_http_oauth2: Tweak wording in README to point out that this is an AS
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 09 Sep 2023 22:51:25 +0200 |
parents | 7c105277a9ca |
children | b43c989fb69c |
comparison
equal
deleted
inserted
replaced
5643:73c3d5bfce3e | 5644:23f336cec200 |
---|---|
9 --- | 9 --- |
10 | 10 |
11 ## Introduction | 11 ## Introduction |
12 | 12 |
13 This module implements an [OAuth2](https://oauth.net/2/)/[OpenID Connect | 13 This module implements an [OAuth2](https://oauth.net/2/)/[OpenID Connect |
14 (OIDC)](https://openid.net/connect/) provider HTTP frontend on top of | 14 (OIDC)](https://openid.net/connect/) Authorization Server on top of |
15 Prosody's usual internal authentication backend. | 15 Prosody's usual internal authentication backend. |
16 | 16 |
17 OAuth and OIDC are web standards that allow you to provide clients and | 17 OAuth and OIDC are web standards that allow you to provide clients and |
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. |