TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

Compatibility with nginx 1.23.0+ #82

Closed fgnix closed 1 year ago

fgnix commented 1 year ago

From version 1.23.0 Nginx changed internal API: header lines are represented as linked lists.

r->headers_in.cookies has been renamed to r->headers_in.cookie

As described in this commit: https://github.com/nginx/nginx/commit/3aef1d693f3cc431563a7e6a6aba6a34e5290f03

tomerm-cyera commented 1 year ago

+1

Schamschula commented 1 year ago

Disabling jwt variant for nginx 1.24.0 under MacPorts. I had previously removed the module for nginx-devel (1.23.x).

JoshMcCullough commented 1 year ago

Sorry for the late response. We'll add a compile-time flag to handle this.