mod_http_oauth2: Separate client_secret verification key from JWT key
|
Kim Alvefur |
Fri, 03 Mar 2023 22:48:59 +0100 |
mod_http_oauth2: Fix response type config
|
Kim Alvefur |
Fri, 03 Mar 2023 22:48:38 +0100 |
mod_http_oauth2: Remove error message
|
Kim Alvefur |
Fri, 03 Mar 2023 22:03:50 +0100 |
mod_http_oauth2: Mention name of client when giving out OOB authorization code
|
Kim Alvefur |
Fri, 03 Mar 2023 21:45:24 +0100 |
mod_http_oauth2: Comment on mutation by other module
|
Kim Alvefur |
Fri, 03 Mar 2023 21:45:05 +0100 |
mod_http_oauth2: Implement stateless dynamic client registration
|
Kim Alvefur |
Fri, 03 Mar 2023 21:14:19 +0100 |
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)
|
Matthew Wild |
Fri, 03 Mar 2023 19:21:38 +0000 |
mod_http_oauth2: Derive scope from correct user details
|
Kim Alvefur |
Fri, 03 Mar 2023 18:00:28 +0100 |
mod_http_oauth2: Fix to actually return OOB response
|
Kim Alvefur |
Fri, 03 Mar 2023 14:22:05 +0100 |
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)
|
Matthew Wild |
Fri, 03 Mar 2023 11:24:05 +0000 |
mod_http_oauth2: Implement OOB special redirect URI in code flow
|
Kim Alvefur |
Thu, 02 Mar 2023 23:59:09 +0100 |
mod_http_oauth2: Add settings for allowed grant and response types
|
Kim Alvefur |
Thu, 02 Mar 2023 23:57:29 +0100 |
mod_http_oauth2: Implement the Implicit flow
|
Kim Alvefur |
Thu, 02 Mar 2023 22:06:50 +0100 |
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow
|
Kim Alvefur |
Thu, 02 Mar 2023 22:00:42 +0100 |
mod_http_oauth2: Issue tokens for the purpose of 'oauth2'
|
Kim Alvefur |
Wed, 01 Mar 2023 21:55:34 +0100 |
mod_http_oauth2: Fix removal of consumed authorization codes
|
Kim Alvefur |
Wed, 01 Mar 2023 21:11:48 +0100 |
mod_http_oauth2: Update for new new role API
|
Matthew Wild |
Thu, 18 Aug 2022 10:36:58 +0100 |
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
|
Matthew Wild |
Wed, 13 Jul 2022 11:20:09 +0100 |
mod_http_oauth2: Gracefully handle cache write failure
|
Kim Alvefur |
Thu, 02 Sep 2021 23:06:58 +0200 |
mod_http_oauth2: Optimize cleanup timer
|
Kim Alvefur |
Thu, 02 Sep 2021 23:03:41 +0200 |
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
|
Matthew Wild |
Thu, 21 Jan 2021 18:06:12 +0000 |
mod_http_oauth2: Rudimentary support for scopes (but not really)
|
Matthew Wild |
Sat, 16 Jan 2021 19:47:22 +0000 |
mod_http_oauth2: Fix passing OAuth-specific error details
|
Kim Alvefur |
Sat, 28 Nov 2020 21:22:16 +0100 |
mod_http_oauth2: Periodically trim unused authorization codes
|
Kim Alvefur |
Sun, 22 Nov 2020 19:11:42 +0100 |