File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 11# JSON Web Token (JWT) for webman plugin
22
3- <div align =" center " >
4- <a href="https://github.com/Tinywan/webman-jwt/actions">
5- <img src="https://github.com/Tinywan/webman-jwt/actions/workflows/ci.yml/badge.svg" alt="Build Status">
6- </a>
7- <a href="https://codecov.io/github/Tinywan/webman-jwt">
8- <img src="https://codecov.io/gh/Tinywan/webman-jwt/branch/main/graph/badge.svg" alt="Codecov Status">
9- </a>
10- <a href="https://github.com/Tinywan/webman-jwt/releases">
11- <img alt="Latest Stable Version" src="https://badgen.net/packagist/v/Tinywan/webman-jwt/latest">
12- </a>
13- <a href="https://github.com/Tinywan/webman-jwt/blob/main/composer.json">
14- <img alt="PHP Version Require" src="https://badgen.net/packagist/php/Tinywan/webman-jwt">
15- </a>
16- <a href="https://github.com/Tinywan/webman-jwt/blob/main/LICENSE">
17- <img alt="GitHub license" src="https://badgen.net/packagist/license/Tinywan/webman-jwt">
18- </a>
19- </div >
20-
21-
223Json web token (JWT), 是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准((RFC 7519),该token被设计为紧凑且安全的,特别适用于分布式站点的单点登录(SSO)场景。
234
245JWT的声明一般被用来在身份提供者和服务提供者间传递被认证的用户身份信息,以便于从资源服务器获取资源,也可以增加一些额外的其它业务逻辑所必须的声明信息,该token也可直接被用于认证,也可被加密。
You can’t perform that action at this time.
0 commit comments