mod_http_oauth2/mod_http_oauth2.lua
changeset 5775 72799c330986
parent 5774 990c6adc4407
child 5800 93d6e9026c1b
--- a/mod_http_oauth2/mod_http_oauth2.lua	Mon Dec 04 21:07:54 2023 +0100
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Mon Dec 04 21:36:35 2023 +0100
@@ -649,6 +649,7 @@
 				conn = request.conn;
 				username = username;
 				host = module.host;
+				log = request.log;
 				sasl_handler = { username = username; selected = "x-www-form" };
 				client_id = request.headers.user_agent;
 			};