JWT token
Closed this issue · 1 comments
Seavert commented
What is max length of ESI JWT token?
CarbonAlabel commented
JWTs have no defined maximum size.
You can expect a JWT with all of the currently available scopes to be about 4KB in size, and ESI (as currently configured) will reject any requests whose headers are over 16KB in size. Use any of those as a limit at your own peril.