JWT:

JWT是一种认证协议,定义如下:

JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).
-RFC7519 https://tools.ietf.org/html/rfc7519

它包含三部分:

JWT和OAuth2比较

相关文章: