Otoroshi info. token
cp:otoroshi.next.plugins.OtoroshiInfos
This plugin adds a jwt token with informations about the caller to the backend
categories:
- Security
- Classic
default configuration:
{
"version" : "Latest",
"ttl" : 30,
"header_name" : null,
"add_fields" : null,
"algo" : {
"type" : "HSAlgoSettings",
"size" : 512,
"secret" : "secret",
"base64" : false
}
}