view README @ 5390:f2363e6d9a64

mod_http_oauth2: Advertise the currently supported id_token signing algorithm This field is REQUIRED. The algorithm RS256 MUST be included, but isn't because we don't implement it, as that would require implementing a pile of additional cryptography and JWT stuff. Instead the id_token is signed using the client secret, which allows verification by the client, since it's a shared secret per OpenID Connect Core 1.0 ยง 10.1 under Symmetric Signatures. OpenID Connect Discovery 1.0 has a lot of REQUIRED and MUST clauses that are not supported here, but that's okay because this is served from the RFC 8414 OAuth 2.0 Authorization Server Metadata .well-known endpoint!
author Kim Alvefur <zash@zash.se>
date Sun, 30 Apr 2023 16:13:40 +0200
parents 4fed2379f5be
children
line wrap: on
line source

prosody-modules
===============

*Add-on modules for Prosody IM Server*

--------------------------------------------------------------------------

Community repository for non-core, unofficial and/or experimental plugins 
for [Prosody][].

If you are a developer and would like to host your Prosody module in this 
repository, or want to contribute to existing modules, simply introduce 
yourself and request commit access on our [mailing list][].

Notes for users
----------------

There are lots of fun and exciting modules to be found here, we know 
you'll like it.  However please note that each module is in a different 
state of development.  Some are proof-of-concept, others are quite stable 
and ready for production use.  Be sure to read the wiki page of any 
module before installing it on your server.

We are working on methods to easily download and install modules from 
this repository.  In the meantime most modules are either a single file 
and easy to install, or contain installation instructions on their wiki 
page.  You can browse the files stored in this repository at 
<https://hg.prosody.im/prosody-modules>.

[Prosody]: https://prosody.im/
[mailing list]: https://prosody.im/discuss