forked from jsonwebtoken/jsonwebtoken.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlua.jade
More file actions
84 lines (82 loc) · 1.88 KB
/
Copy pathlua.jade
File metadata and controls
84 lines (82 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// Lua (openresty) SkyLothar/lua-resty-jwt
article.jwt-lua.lua.accordion(data-accordion)
.panel-heading(data-control)
img(src='/img/11.svg')
h3 Lua
.panel-wrap(data-content)
.panel-body
.column
p
i.icon-budicon-500
| Sign
p
i.icon-budicon-500
| Verify
p
i.icon-budicon-501
code iss
| check
p
i.icon-budicon-501
code sub
| check
p
i.icon-budicon-501
code aud
| check
p
i.icon-budicon-500
code exp
| check
p
i.icon-budicon-500
code nbf
| check
p
i.icon-budicon-501
code iat
| check
p
i.icon-budicon-501
code jti
| check
.column
p
i.icon-budicon-500
| HS256
p
i.icon-budicon-501
| HS384
p
i.icon-budicon-500
| HS512
p
i.icon-budicon-500
| RS256
p
i.icon-budicon-501
| RS384
p
i.icon-budicon-501
| RS512
p
i.icon-budicon-501
| ES256
p
i.icon-budicon-501
| ES384
p
i.icon-budicon-501
| ES512
.author-info
.maintainer
a(href='https://github.com/SkyLothar')
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
| SkyLothar
span.stars(data-repo='SkyLothar/lua-resty-jwt', style='display: inline;')
i.icon-budicon-466
.repository
i.icon-1392070209-icon-social-github
a(href='https://github.com/SkyLothar/lua-resty-jwt') View Repo
.panel-footer
code git clone https://github.com/SkyLothar/lua-resty-jwt.git