for e.g ```{ "alg": "PS256", "kid": "XXXXXXXXX...
# help
d
for e.g
Copy code
{
  "alg": "PS256",
  "kid": "XXXXXXXXXXX",
  "typ": "JWT"
}
l
Hi, when you say you want that format, are you talking about
PS256
? I think the only
alg
values available in the
jwt
plugin are
HS256
and
RS256
Or do you mean the
kid
parameter
d
yes, kid parameter
l
I think if you set the
alg
parameter to
RS256
then the
kid
parameter will be added
Copy code
{{{jwt alg='RS256'}}}
d
oh ok
Thanks
l
No problem