-
I haven't been able to find documentation anywhere on testing modules that contain OpenResty components.
For example:
``` lua
redis = require "resty.redis"
-- rest of lua module I want to test
```
…
-
hi,
i noticed that the new "latest" tagged image from 5 days ago throws some errors from ngingx and the results are not working anymore.
### Log output:
> Starting run.sh
> Starting Cronjob
>…
-
I am using Lua and I want to have a development console to my app. I want to be able to run db queries from the console using my lapis.db config.lua. How can I achieve this? Running openrestys' luajit…
-
see https://github.com/Kong/kong/issues/4559#issuecomment-492755121
-
Working with nginx r21.
I need to decode jwt token and extract the value of a key out of it. I have downloaded the following libs
1. https://github.com/cdbattags/lua-resty-jwt#verify
2. https:/…
-
I have docker file like this.
```Dockerfile
FROM openresty/openresty:bionic
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-jwt
COPY cors.conf /usr/local/openresty/nginx/conf/c…
-
lua-resty-openidc version 1.7.0 removes a check where lua-resty-openidc requires issuer to be == to the discovery URL domain
https://github.com/zmartzone/lua-resty-openidc/issues/219
The check c…
-
# Go 每日一库之 resty - 大俊的博客
简介 resty是 Go 语言的一个 HTTP client 库。resty功能强大,特性丰富。它支持几乎所有的 HTTP 方法(GET/POST/PUT/DELETE/OPTIO
[https://darjun.github.io/2021/06/26/godailylib/resty/](https://darjun.github.io/2…
-
We've been attempting to upgrade some legacy code to a newer version of openresty and hit a road block getting to anything greater then 1.19
We've found an issue that exists in any version greater …
cdloh updated
2 weeks ago
-
local cipher = require("resty.openssl.cipher")
local key = "12345678901234567890123456789012" -- 32 bytes
local iv = "1234567890123456" -- 16 bytes
local function init_encryption()
loc…