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

Check signature #1

Closed smalot closed 6 years ago

smalot commented 6 years ago

Is it normal that signature is not checked ?

wshirey commented 6 years ago

This plugin doesn't handle validating the JWT. Kong should check the JWT signature if you have the JWT plugin enabled and your consumer has a JWT auth credential.