log mod_http_oauth2/mod_http_oauth2.lua @ 5751:d563a6b0dfb7

age author description
Fri, 01 Dec 2023 21:35:25 +0100 Kim Alvefur mod_http_oauth2: Comment on authorization code storage
Tue, 14 Nov 2023 23:19:19 +0100 Kim Alvefur mod_http_oauth2: Make defaults more secure
Tue, 14 Nov 2023 23:03:37 +0100 Kim Alvefur mod_http_oauth2: Skip consent screen if requested by client and same scopes already granted
Sun, 29 Oct 2023 11:30:49 +0100 Kim Alvefur mod_http_oauth2: Limit revocation to clients own tokens in strict mode
Sun, 29 Oct 2023 11:20:15 +0100 Kim Alvefur mod_http_oauth2: Restrict introspection to clients own tokens
Thu, 25 May 2023 09:31:21 +0200 Kim Alvefur mod_http_oauth2: Implement introspection endpoint
Thu, 28 Sep 2023 16:38:29 +0200 Kim Alvefur mod_http_oauth2: Include 'amr' claim in ID Token
Mon, 11 Sep 2023 10:48:31 +0200 Kim Alvefur mod_http_oauth2: Apply refresh token ttl to refresh token instead of grant
Sat, 09 Sep 2023 21:42:24 +0200 Kim Alvefur mod_http_oauth2: Allow 'login_hint' as a substitute for OIDC 'select_account' prompt
Sun, 27 Aug 2023 09:49:35 +0200 Kim Alvefur mod_http_oauth2: Remove broken in-CSS templating
Wed, 16 Aug 2023 23:56:40 +0200 Kim Alvefur mod_http_oauth2: Allow omitting application type for native apps
Sun, 06 Aug 2023 12:07:05 +0200 Kim Alvefur mod_http_oauth2: Make storage of various code more consistent
Fri, 04 Aug 2023 01:11:01 +0200 Kim Alvefur mod_http_oauth2: Bail on invalid or expired device flow state token
Mon, 31 Jul 2023 02:07:58 +0200 Kim Alvefur mod_http_oauth2: Optionally enforce authentication on revocation endpoint
Tue, 25 Jul 2023 11:01:58 +0200 Kim Alvefur mod_http_oauth2: Don't use new time period API just yet
Mon, 24 Jul 2023 01:26:41 +0200 Kim Alvefur mod_http_oauth2: Clean cache less frequently
Mon, 24 Jul 2023 01:30:14 +0200 Kim Alvefur mod_http_oauth2: Shorten default token validity periods
Sun, 23 Jul 2023 02:56:08 +0200 Kim Alvefur mod_http_oauth2: Implement refresh token rotation
Fri, 21 Jul 2023 00:37:34 +0200 Kim Alvefur mod_http_oauth2: Allow a shorter form of the device grant in config
Wed, 19 Jul 2023 13:05:47 +0200 Kim Alvefur mod_http_oauth2: Show errors on device flow user code entry page
Wed, 19 Jul 2023 12:58:04 +0200 Kim Alvefur mod_http_oauth2: Namespace the various codes to minimize confusion
Sat, 15 Jul 2023 12:27:24 +0200 Kim Alvefur mod_http_oauth2: Improve a description in schema
Fri, 14 Jul 2023 16:04:11 +0200 Kim Alvefur mod_http_oauth2: Add titles and descriptions to registration schema
Mon, 10 Jul 2023 07:16:54 +0200 Kim Alvefur mod_http_oauth2: Implement RFC 8628 Device Authorization Grant
Mon, 26 Jun 2023 00:19:05 +0200 Kim Alvefur mod_http_oauth2: Only add nonce when issuing a client_secret
Tue, 20 Jun 2023 01:13:51 +0200 Kim Alvefur mod_http_oauth2: Strip JWKS metadata since we do not understand that
Tue, 20 Jun 2023 01:11:34 +0200 Kim Alvefur mod_http_oauth2: Strip unknown client metadata
Sat, 17 Jun 2023 19:03:32 +0200 Kim Alvefur mod_http_oauth2: Make allowed locales configurable
Sat, 17 Jun 2023 18:15:00 +0200 Kim Alvefur mod_http_oauth2: Improve error messages for URI properties
Fri, 16 Jun 2023 00:10:46 +0200 Kim Alvefur mod_http_oauth2: Make note about handling repeated