File tree Expand file tree Collapse file tree 2 files changed +89
-0
lines changed Expand file tree Collapse file tree 2 files changed +89
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ html(lang='en')
260
260
include libraries/d.jade
261
261
include libraries/clojure.jade
262
262
include libraries/swift.jade
263
+ include libraries/php3.jade
263
264
264
265
section.sources
265
266
.container
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments