enable request_auth module to send auth service error message body when it is allowed

2023-05-08 Thread Davood Falahati
# HG changeset patch # User Davood Falahati <0x0dav...@gmail.com> # Date 1683588448 -7200 # Tue May 09 01:27:28 2023 +0200 # Node ID 0977f155bc2d288eedf006033b9a5094d0e8098f # Parent b71e69247483631bd8fc79a47cc32b762625b1fb let request_auth_module pass auth body when it is allowed d

keep response body of the subrequest inside the memory and use it if send_auth_body is set

2023-05-08 Thread Davood Falahati
# HG changeset patch # User Davood Falahati <0x0dav...@gmail.com> # Date 1683593026 -7200 # Tue May 09 02:43:46 2023 +0200 # Node ID 1053357966cda6a0902b748a9b4b8a214b36ccd4 # Parent b71e69247483631bd8fc79a47cc32b762625b1fb keep response body of the subrequest inside the memory and use

The reason I think auth_request_module should be able to send the auth response body

2023-05-09 Thread Davood Falahati
t about the auth service error messages in case the implementers want it and they take the risk of showing those error messages. I think adding a flag to let the auth modules be pass-through would be a nice feature for the great Nginx. I hope I was informative enough, Davood Falahati On Tue, May

auth request body mask/unmask proposal

2023-05-18 Thread Davood Falahati
# HG changeset patch # User Davood Falahati <0x0dav...@gmail.com> # Date 1684446142 -7200 # Thu May 18 23:42:22 2023 +0200 # Node ID c073e545e1cdcc736f8869a012a78b2dd836eac9 # Parent 77d5c662f3d9d9b90425128109d3369c30ef5f07 Proposal: add the capacity to ngx_http_auth_request_module to

optimize the code for searching file in ngx_conf_open_file

2023-10-06 Thread Davood Falahati
# HG changeset patch # User Davood Falahati <0x0dav...@gmail.com> # Date 1696647746 -7200 # Sat Oct 07 05:02:26 2023 +0200 # Node ID ab14ea51bbb15331c9f44f14901d0fd378168647 # Parent c073e545e1cdcc736f8869a012a78b2dd836eac9 optimize the code for searching file in ngx_conf_open_file