wshirey / kong-plugin-jwt-claims-headers

A Kong plugin that will add JWT claims as request headers
MIT License
71 stars 36 forks source link

ngx_re_gmatch nil error #2

Closed mburket closed 6 years ago

mburket commented 6 years ago

I need to add this line in the handler.lua in order to run this plugin: local ngx_re_gmatch = ngx.re.gmatch

Do you create this function synonym somewhere else?

wshirey commented 6 years ago

I don't see it defined anywhere and now wondering if I ever pushed that change to the repo. I'll make the change, thanks!