Skip to content

Commit 4ba2b54

Browse files
lcobuccipose
authored andcommitted
Adding lcobucci/jwt as a PHP lib (closes jsonwebtoken#25).
1 parent e92f3f7 commit 4ba2b54

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

html/index.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ html(lang='en')
260260
include libraries/d.jade
261261
include libraries/clojure.jade
262262
include libraries/swift.jade
263+
include libraries/php3.jade
263264

264265
section.sources
265266
.container

html/libraries/php3.jade

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
// PHP lcobucci/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+
.version
8+
p Minimum Version 3.0.0
9+
a(href='https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/', target='_blank')
10+
img(src='img/ico_question.svg')
11+
.panel-body.mversion
12+
.column
13+
p
14+
i.icon-budicon-500
15+
| Sign
16+
p
17+
i.icon-budicon-500
18+
| Verify
19+
p
20+
i.icon-budicon-500
21+
code iss
22+
| check
23+
p
24+
i.icon-budicon-500
25+
code sub
26+
| check
27+
p
28+
i.icon-budicon-500
29+
code aud
30+
| check
31+
p
32+
i.icon-budicon-500
33+
code exp
34+
| check
35+
p
36+
i.icon-budicon-500
37+
code nbf
38+
| check
39+
p
40+
i.icon-budicon-500
41+
code iat
42+
| check
43+
p
44+
i.icon-budicon-500
45+
code jti
46+
| check
47+
.column
48+
p
49+
i.icon-budicon-500
50+
| HS256
51+
p
52+
i.icon-budicon-500
53+
| HS384
54+
p
55+
i.icon-budicon-500
56+
| HS512
57+
p
58+
i.icon-budicon-500
59+
| RS256
60+
p
61+
i.icon-budicon-500
62+
| RS384
63+
p
64+
i.icon-budicon-500
65+
| RS512
66+
p
67+
i.icon-budicon-500
68+
| ES256
69+
p
70+
i.icon-budicon-500
71+
| ES384
72+
p
73+
i.icon-budicon-500
74+
| ES512
75+
76+
.author-info
77+
.maintainer
78+
a(href='https://github.com/lcobucci')
79+
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
80+
| Luís Cobucci
81+
span.stars(data-repo='lcobucci/jwt', style='display: inline;')
82+
i.icon-budicon-466
83+
.repository
84+
i.icon-1392070209-icon-social-github
85+
a(href='https://github.com/lcobucci/jwt') View Repo
86+
87+
.panel-footer
88+
code composer require lcobucci/jwt

0 commit comments

Comments
 (0)