fix: added a check for the size of JWT token (#248)
- fix: added a check for the size of JWT token
Note that now all JWTs are limited to 1MB - which may or not be breaking. Note that Generic JWTs could possibly have whatever size they want (this change doesn’t affect GenericClaims)
Signed-off-by: Alberto Ricart alberto@synadia.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
JWT
A JWT implementation that uses nkeys to digitally sign JWT tokens. Nkeys use Ed25519 to provide authentication of JWT claims.