Log

mod_http_oauth2/mod_http_oauth2.lua @ 5646:9aace51c3637

description author age
mod_http_oauth2: Bail on invalid or expired device flow state token Kim Alvefur Fri, 04 Aug 2023 01:11:01 +0200
mod_http_oauth2: Optionally enforce authentication on revocation endpoint Kim Alvefur Mon, 31 Jul 2023 02:07:58 +0200
mod_http_oauth2: Don't use new time period API just yet Kim Alvefur Tue, 25 Jul 2023 11:01:58 +0200
mod_http_oauth2: Clean cache less frequently Kim Alvefur Mon, 24 Jul 2023 01:26:41 +0200
mod_http_oauth2: Shorten default token validity periods Kim Alvefur Mon, 24 Jul 2023 01:30:14 +0200
mod_http_oauth2: Implement refresh token rotation Kim Alvefur Sun, 23 Jul 2023 02:56:08 +0200
mod_http_oauth2: Allow a shorter form of the device grant in config Kim Alvefur Fri, 21 Jul 2023 00:37:34 +0200
mod_http_oauth2: Show errors on device flow user code entry page Kim Alvefur Wed, 19 Jul 2023 13:05:47 +0200
mod_http_oauth2: Namespace the various codes to minimize confusion Kim Alvefur Wed, 19 Jul 2023 12:58:04 +0200
mod_http_oauth2: Improve a description in schema Kim Alvefur Sat, 15 Jul 2023 12:27:24 +0200
mod_http_oauth2: Add titles and descriptions to registration schema Kim Alvefur Fri, 14 Jul 2023 16:04:11 +0200
mod_http_oauth2: Implement RFC 8628 Device Authorization Grant Kim Alvefur Mon, 10 Jul 2023 07:16:54 +0200
mod_http_oauth2: Only add nonce when issuing a client_secret Kim Alvefur Mon, 26 Jun 2023 00:19:05 +0200
mod_http_oauth2: Strip JWKS metadata since we do not understand that Kim Alvefur Tue, 20 Jun 2023 01:13:51 +0200
mod_http_oauth2: Strip unknown client metadata Kim Alvefur Tue, 20 Jun 2023 01:11:34 +0200
mod_http_oauth2: Make allowed locales configurable Kim Alvefur Sat, 17 Jun 2023 19:03:32 +0200
mod_http_oauth2: Improve error messages for URI properties Kim Alvefur Sat, 17 Jun 2023 18:15:00 +0200
mod_http_oauth2: Make note about handling repeated Kim Alvefur Fri, 16 Jun 2023 00:10:46 +0200
mod_http_oauth2: Add TODO about disabling password grant Kim Alvefur Fri, 16 Jun 2023 00:06:53 +0200
mod_http_oauth2: Disable CORS for authorization endpoint Kim Alvefur Fri, 16 Jun 2023 00:05:57 +0200
mod_http_oauth2: Make CSP configurable Kim Alvefur Sun, 11 Jun 2023 14:06:28 +0200
mod_http_oauth2: Remove underscore prefix Kim Alvefur Sat, 10 Jun 2023 12:04:00 +0200
mod_http_oauth2: Simplify template using if-falsy operator Kim Alvefur Wed, 07 Jun 2023 12:54:52 +0200
mod_http_oauth2: Return Authentication Time per OpenID Core Section 2 Kim Alvefur Mon, 05 Jun 2023 22:32:44 +0200
mod_http_oauth2: Validate the OpenID 'prompt' parameter Kim Alvefur Mon, 05 Jun 2023 22:19:17 +0200
mod_http_oauth2: Revert strict form check to allow consent of multiple scopes Kim Alvefur Fri, 02 Jun 2023 11:20:08 +0200
mod_http_oauth2: Reject duplicate form-urlencoded parameters Kim Alvefur Fri, 02 Jun 2023 11:03:57 +0200
mod_http_oauth2: Bind refresh tokens to client Kim Alvefur Fri, 02 Jun 2023 10:40:48 +0200
mod_http_oauth2: Record hash of client_id to allow future verification Kim Alvefur Fri, 02 Jun 2023 10:14:16 +0200
mod_http_oauth2: Add client verification wrapper function Kim Alvefur Fri, 02 Jun 2023 10:12:46 +0200