jwt规范
https://datatracker.ietf.org/doc/html/draft-ietf-oauth-json-web-token-32
下面的都是具体实现。
JWT.IO
各种语言版本的jwt包
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
JWT.IO allows you to decode, verify and generate JWT.
jwt java
https://github.com/auth0/java-jwt
Java implementation of JSON Web Token (JWT)
jwtk
Java JWT: JSON Web Token for Java and Android