cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

warn: global Lua variable ('_') #51

Open d80x86 opened 2 years ago

d80x86 commented 2 years ago

whe jwt header = {typ='JWE', alg='dir', enc='A128CBC-HS256'} Will throw a warning (global lua variable ... resty/jwt.lua:468)

It's the same issues#40.