log mod_http_oauth2/mod_http_oauth2.lua @ 5946:bfb8d7b53954

age author description
Mon, 15 Jul 2024 20:02:25 +0200 Kim Alvefur mod_http_oauth2: Guard against malformed authorization header
Sun, 14 Jul 2024 17:47:06 +0200 Kim Alvefur mod_http_oauth2: HTTP authentication schemes are case-insensitive
Tue, 05 Mar 2024 00:32:00 +0100 Kim Alvefur mod_http_oauth2: Reflect changes to defaults etc
Wed, 24 Jan 2024 17:55:26 +0100 Kim Alvefur mod_http_oauth2: Reuse JWT issuance time as substitute for auth time
Sat, 23 Dec 2023 00:06:35 +0100 Kim Alvefur mod_http_oauth2: Reduce log level for error delivery via redirect
Sat, 23 Dec 2023 00:01:30 +0100 Kim Alvefur mod_http_oauth2: Tweak fallback error text
Thu, 21 Dec 2023 18:26:42 +0100 Kim Alvefur mod_http_oauth2: Improve registration schema documentation parts
Fri, 15 Dec 2023 12:10:07 +0100 Kim Alvefur mod_http_oauth2: Do not enforce PKCE on Device and OOB flows
Mon, 04 Dec 2023 21:36:35 +0100 Kim Alvefur mod_http_oauth2: Add logger to "session" for auth event
Mon, 04 Dec 2023 21:07:54 +0100 Kim Alvefur mod_http_oauth2: Move some code earlier
Sun, 03 Dec 2023 23:51:54 +0100 Kim Alvefur mod_http_oauth2: Reject unparsable URLs
Sun, 03 Dec 2023 23:44:18 +0100 Kim Alvefur mod_http_oauth2: Return validation output added in trunk rev 72d7830505f0
Sun, 03 Dec 2023 15:07:50 +0100 Kim Alvefur mod_http_oauth2: Handle login_hint without @hostpart
Fri, 01 Dec 2023 22:40:41 +0100 Kim Alvefur mod_http_oauth2: Fire authentication events on login form
Fri, 01 Dec 2023 21:35:25 +0100 Kim Alvefur mod_http_oauth2: Comment on authorization code storage