$ luarocks install kong-plugin-jwt-crafter
This plugin adds the possibility to generate a JWT token within Kong itself, eliminating the need for a upstream service doing the token generation.
The JWT plugin included in Kong has two main features: storing JWT secrets per consumer and verifying tokens when proxying to upstream services. It is missing the capability to generate a token based on successful authentication.
Versions
Dependencies
inspect ~> 3.1.0
lua ~> 5.1
lua-resty-jwt ~> 0.1.10-1