1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update SpringInterviewQuestions.md

This commit is contained in:
Kou Shuang 2019-09-17 13:43:14 +08:00
parent d19525771f
commit 7e2b3e0742

View File

@ -388,6 +388,8 @@ Cookie 存储在客户端中而Session存储在服务器上相对来说 Se
> 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 used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted. ——[JSON Web Token (JWT)](https://tools.ietf.org/html/rfc7519)
## 参考
- 《Spring 技术内幕》