We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a5141 commit ee1d024Copy full SHA for ee1d024
lib/resty/jwt.lua
@@ -5,7 +5,7 @@ local evp = require "resty.evp"
5
local hmac = require "resty.hmac"
6
local resty_random = require "resty.random"
7
8
-local _M = {_VERSION="0.1.10"}
+local _M = {_VERSION="0.1.11"}
9
local mt = {__index=_M}
10
11
local string_match= string.match
0 commit comments