File tree Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ section#libraries-io.libraries-jwt
112112 include libraries/php6.pug
113113 include libraries/php7.pug
114114 include libraries/php8.pug
115+ include libraries/php9.pug
115116 include libraries/crystal.pug
116117 include libraries/1c.pug
117118 include libraries/postgresql.pug
Original file line number Diff line number Diff line change 1+ // PHP lindelius/php-jwt
2+ article.jwt-php.php.accordion ( data-accordion )
3+ .panel-heading ( data-control )
4+ img( src ='/img/5.svg' )
5+ h3 PHP
6+ .panel-wrap ( data-content )
7+ .panel-body
8+ .column
9+ p
10+ i.icon-budicon-500
11+ | Sign
12+ p
13+ i.icon-budicon-500
14+ | Verify
15+ p
16+ i.icon-budicon-501
17+ code iss
18+ | check
19+ p
20+ i.icon-budicon-501
21+ code sub
22+ | check
23+ p
24+ i.icon-budicon-501
25+ code aud
26+ | check
27+ p
28+ i.icon-budicon-500
29+ code exp
30+ | check
31+ p
32+ i.icon-budicon-500
33+ code nbf
34+ | check
35+ p
36+ i.icon-budicon-500
37+ code iat
38+ | check
39+ p
40+ i.icon-budicon-501
41+ code jti
42+ | check
43+ .column
44+ p
45+ i.icon-budicon-500
46+ | HS256
47+ p
48+ i.icon-budicon-500
49+ | HS384
50+ p
51+ i.icon-budicon-500
52+ | HS512
53+ p
54+ i.icon-budicon-500
55+ | RS256
56+ p
57+ i.icon-budicon-500
58+ | RS384
59+ p
60+ i.icon-budicon-500
61+ | RS512
62+ p
63+ i.icon-budicon-501
64+ | ES256
65+ p
66+ i.icon-budicon-501
67+ | ES384
68+ p
69+ i.icon-budicon-501
70+ | ES512
71+
72+ .author-info
73+ .maintainer
74+ a( href ='https://github.com/lindelius' )
75+ i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76+ | Tom Lindelius
77+ span.stars ( data-repo ='lindelius/php-jwt' , style ='display: inline;' )
78+ i.icon-budicon-466
79+ .repository
80+ i.icon-1392070209-icon-social-github
81+ a( href ='https://github.com/lindelius/php-jwt' ) View Repo
82+
83+ .panel-footer
84+ code composer require lindelius/php-jwt
You can’t perform that action at this time.
0 commit comments