ngx_http_hmac_secure_link_module
ngx_http_hmac_secure_link_module copied to clipboard
HMAC Secure Link module for NGINX.
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)