lua-resty-hmac icon indicating copy to clipboard operation
lua-resty-hmac copied to clipboard

Lua driver for making and receiving hmac signed requests

Results 5 lua-resty-hmac issues
Sort by recently updated
recently updated
newest added

Installing https://luarocks.org/s3-1.0-3.src.rock Missing dependencies for s3 1.0-3: lua-resty-hmac (not installed) s3 1.0-3 depends on lua-resty-hmac (not installed) Installing https://luarocks.org/lua-resty-hmac-v1.0-1.rockspec Cloning into 'lua-resty-hmac'... fatal: remote error: The unauthenticated git protocol on...

This solves the issue where using an SSH endpoint we get "The unauthenticated git protocol on port 9418 is no longer supported." error.

as far as i understand this should be migrated to luassl lua-resty-hmac v1.0-1 depends on luacrypto (not installed) Installing https://luarocks.org/luacrypto-0.3.2-2.src.rock Error: Failed installing dependency: https://luarocks.org/luacrypto-0.3.2-2.src.rock - Could not find header...

Hello! I use this module in [kong](https://getkong.org/) to write custom plugin. But I met a problem. When I use `hmac:new`, I always got nil and the err is nil too....