Individual JWT Secrets - Key not authorized:signature is invalid

From docs:

"enable_jwt": true,
"jwt_source": "BASE64-Encoded secret",
...

and:

"jwt_data": {
  "secret": "Secret"
}

Doesn’t in the sense the docs are not clear, and not consistent :wink:

All libraries I have worked until now for validating JWT’s support by default Base64 encoded secrets, thus I am curious to know the reason why TYK is supporting them in on part of the configuration and not in the other?

Thanks for your help :slight_smile: