dagouwang

Results 1 issues of dagouwang

I used the sample you gived and there are some information `local jwt = require "resty.jwt" local jwt_token = jwt:sign( "lua-resty-jwt", { header={typ="JWT", alg="HS256"}, payload={foo="bar"} } ) ngx.say(jwt_token)` 2019/08/14 03:24:05...