From 9ceb6ea385460b3df2ef910e16222ae0c9557510 Mon Sep 17 00:00:00 2001 From: Kou Shuang Date: Mon, 7 Oct 2019 12:47:35 +0800 Subject: [PATCH] Update JWT-advantages-and-disadvantages.md --- .../authority-certification/JWT-advantages-and-disadvantages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/authority-certification/JWT-advantages-and-disadvantages.md b/docs/system-design/authority-certification/JWT-advantages-and-disadvantages.md index c5c7f51a..076666af 100644 --- a/docs/system-design/authority-certification/JWT-advantages-and-disadvantages.md +++ b/docs/system-design/authority-certification/JWT-advantages-and-disadvantages.md @@ -78,8 +78,8 @@ JWT 最适合的场景是无状态的场景,如果考虑到 token 注销和 to ## Reference +- [JWT 超详细分析](https://learnku.com/articles/17883?order_by=vote_count&) - https://medium.com/devgorilla/how-to-log-out-when-using-jwt-a8c7823e8a6 -- [JWT 超详细分析](https://learnku.com/articles/17883?order_by=vote_count&) - https://medium.com/@agungsantoso/csrf-protection-with-json-web-tokens-83e0f2fcbcc - [Invalidating JSON Web Tokens](https://stackoverflow.com/questions/21978658/invalidating-json-web-tokens)