File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
docs/system-design/security Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -242,13 +242,10 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
242242
243243#### 认证授权
244244
245- ** [ 《认证授权基础》] ( docs/system-design/security/basis-of-authority-certification.md ) ** 这篇文章中我会介绍认证授权常见概念: ** Authentication** , ** Authorization** 以及 ** Cookie** 、** Session** 、Token、** OAuth 2** 、** SSO** 。如果你不清楚这些概念的话,建议好好阅读一下这篇文章。
246-
247- * ** JWT** :JWT(JSON Web Token)是一种身份认证的方式,JWT 本质上就一段签名的 JSON 格式的数据。由于它是带有签名的,因此接收者便可以验证它的真实性。相关阅读:
248- + [ JWT 优缺点分析以及常见问题解决方案] ( docs/system-design/security/advantages&disadvantages-of-jwt.md )
249- + [ 适合初学者入门 Spring Security With JWT 的 Demo] ( https://github.com/Snailclimb/spring-security-jwt-guide )
250-
251- * ** SSO(单点登录)** :** SSO(Single Sign On)** 即单点登录说的是用户登陆多个子系统的其中一个就有权访问与其相关的其他系统。举个例子我们在登陆了京东金融之后,我们同时也成功登陆京东的京东超市、京东家电等子系统。相关阅读:[ ** SSO 单点登录看这篇就够了!** ] ( docs/system-design/security/sso-intro.md )
245+ - [ 认证授权基础] ( docs/system-design/security/basis-of-authority-certification.md )
246+ - [ JWT 基本概念详解] ( docs/system-design/security/jwt-intro.md )
247+ - [ JWT 优缺点分析以及常见问题解决方案] ( docs/system-design/security/advantages&disadvantages-of-jwt.md )
248+ - [ SSO 单点登录详解] ( docs/system-design/security/sso-intro.md )
252249
253250#### 数据脱敏
254251
Original file line number Diff line number Diff line change 11---
2- title : JWT 详解
2+ title:JWT 基本概念详解
33category : 系统设计
44tag :
55 - 安全
You can’t perform that action at this time.
0 commit comments