Log

mod_http_oauth2/mod_http_oauth2.lua @ 5252:85f0c6c1c24f

description author age
mod_http_oauth2: Fix attempt to index a boolean value Kim Alvefur Thu, 16 Mar 2023 00:06:43 +0100
mod_http_oauth2: Record details of OAuth client a token is issued to Kim Alvefur Tue, 14 Mar 2023 18:08:25 +0100
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect Kim Alvefur Sun, 12 Mar 2023 17:56:23 +0100
mod_http_oauth2: Validate all URIs against client_uri in client registration Kim Alvefur Sun, 12 Mar 2023 12:06:44 +0100
mod_http_oauth2: Organize HTTP routes with comments Kim Alvefur Sun, 12 Mar 2023 11:27:29 +0100
mod_http_oauth2: Fix validation of informative URIs Kim Alvefur Sat, 11 Mar 2023 22:58:47 +0100
mod_http_oauth2: Use more compact IDs Kim Alvefur Sat, 11 Mar 2023 22:46:27 +0100
mod_http_oauth2: Validate that informative URLs match the redirect URIs Kim Alvefur Sat, 11 Mar 2023 22:31:02 +0100
mod_http_oauth2: Reject insecure redirect URIs Kim Alvefur Sat, 11 Mar 2023 22:25:50 +0100
mod_http_oauth2: Validate that redirect URIs are absolute Kim Alvefur Sat, 11 Mar 2023 22:25:22 +0100
mod_http_oauth2: Validate basic URI syntax of redirect URIs Kim Alvefur Sat, 11 Mar 2023 22:30:58 +0100
mod_http_oauth2: Require URL to client informational page in registration Kim Alvefur Sat, 11 Mar 2023 21:13:00 +0100
mod_http_oauth2: Reorder client metadata validation schema Kim Alvefur Sat, 11 Mar 2023 21:11:50 +0100
mod_http_oauth2: Fix to disable disabled response handlers correctly Kim Alvefur Fri, 10 Mar 2023 12:03:23 +0100
mod_http_oauth2: Log flows enabled and disabled Kim Alvefur Fri, 10 Mar 2023 12:01:52 +0100
mod_http_oauth2: Fix appending of query parts in error redirects Kim Alvefur Fri, 10 Mar 2023 11:54:30 +0100
mod_http_oauth2: Implement the OpenID userinfo endpoint Kim Alvefur Thu, 09 Mar 2023 14:46:06 +0100
mod_http_oauth2: token endpoint: handle missing credentials Matthew Wild Tue, 07 Mar 2023 15:33:07 +0000
mod_http_oauth2: Fail early when no authorization header present Matthew Wild Tue, 07 Mar 2023 15:31:19 +0000
mod_http_oauth2: Support HTTP Basic auth on token endpoint Matthew Wild Tue, 07 Mar 2023 15:27:50 +0000
mod_http_oauth2: Separate extracting credentials from requests and verifying Matthew Wild Tue, 07 Mar 2023 15:18:41 +0000
mod_http_oauth2: Reflect ALL attributes of the client registration Matthew Wild Tue, 07 Mar 2023 14:52:43 +0000
mod_http_oauth2: Improve handling of redirect_uri matching and fallback Matthew Wild Tue, 07 Mar 2023 13:19:19 +0000
mod_http_oauth2: Correct field name for HTTP response status code Kim Alvefur Tue, 07 Mar 2023 13:14:25 +0100
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck) Matthew Wild Tue, 07 Mar 2023 10:27:40 +0000
mod_http_oauth2: Remove authorization codes after use Kim Alvefur Mon, 06 Mar 2023 16:53:27 +0100
mod_http_oauth2: Fix authorization code logic Kim Alvefur Mon, 06 Mar 2023 16:49:43 +0100
mod_http_oauth2: Switch to '303 See Other' redirects Matthew Wild Mon, 06 Mar 2023 10:37:43 +0000
mod_http_oauth2: Allow non-HTTPS on localhost URLs Matthew Wild Mon, 06 Mar 2023 10:29:14 +0000
mod_http_oauth2: Add authentication, consent and error pages Matthew Wild Mon, 06 Mar 2023 09:46:58 +0000
mod_http_oauth: Factor out issuer URL calculation to a helper function Matthew Wild Mon, 06 Mar 2023 09:40:17 +0000
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ) Kim Alvefur Sun, 05 Mar 2023 12:38:20 +0100
mod_http_oauth2: Specify host for which to retrieve list of roles Kim Alvefur Sat, 04 Mar 2023 23:36:13 +0100
mod_http_oauth2: Return list of active roles in discovery Kim Alvefur Sat, 04 Mar 2023 21:36:00 +0100
mod_http_oauth2: Return actually enabled response types in discovery Kim Alvefur Sat, 04 Mar 2023 21:24:35 +0100
mod_http_oauth2: Calculate client secret expiry in registration response Kim Alvefur Sat, 04 Mar 2023 17:06:47 +0100
mod_http_oauth2: Strip trailing '/' from issuer URL Matthew Wild Sat, 04 Mar 2023 13:23:26 +0000
mod_http_oauth2: Advertise endpoints that are enabled Kim Alvefur Fri, 03 Mar 2023 22:54:46 +0100
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