ngx_http_hmac_secure_link_module icon indicating copy to clipboard operation
ngx_http_hmac_secure_link_module copied to clipboard

HMAC Secure Link module for NGINX.

Results 3 ngx_http_hmac_secure_link_module issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! This is not really an issue but I wanted to let you know that I've reused and adapted your module to turn it into an access module to authorize/deny...

During my tests, the `$secure_link_hmac_expires` variable value was overridden by the `$secure_link_hmac_token` one. It might be due to the `goto not_found` when it is negative: ``` 228 if (expires <...

[RFC7231 - 7.1.1.1](https://tools.ietf.org/html/rfc7231#section-7.1.1.1)