File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 11# JSON Web Token (JWT) for webman plugin
22
3- [ ![ License] ( http://poser.pugx.org/tinywan/jwt/license )] ( https://packagist.org/packages/tinywan/jwt )
4- [ ![ Latest Stable Version] ( http://poser.pugx.org/tinywan/jwt/v )] ( https://packagist.org/packages/tinywan/jwt )
5- [ ![ Total Downloads] ( http://poser.pugx.org/tinywan/jwt/downloads )] ( https://packagist.org/packages/tinywan/jwt )
6- [ ![ Monthly Downloads] ( http://poser.pugx.org/tinywan/jwt/d/monthly )] ( https://packagist.org/packages/tinywan/jwt )
7- [ ![ Daily Downloads] ( http://poser.pugx.org/tinywan/jwt/d/daily )] ( https://packagist.org/packages/tinywan/jwt )
8- [ ![ PHP Version Require] ( http://poser.pugx.org/tinywan/jwt/require/php )] ( https://packagist.org/packages/tinywan/jwt )
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+
921
1022Json web token (JWT), 是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准((RFC 7519),该token被设计为紧凑且安全的,特别适用于分布式站点的单点登录(SSO)场景。
1123
You can’t perform that action at this time.
0 commit comments