Skip to content

Commit 7e2b3e0

Browse files
committed
Update SpringInterviewQuestions.md
1 parent d195257 commit 7e2b3e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/system-design/framework/spring/SpringInterviewQuestions.md

+2
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ Cookie 存储在客户端中,而Session存储在服务器上,相对来说 Se
388388

389389
> 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)
390390
391+
392+
391393
## 参考
392394

393395
- 《Spring 技术内幕》

0 commit comments

Comments
 (0)