Skip to content

Commit afb7c29

Browse files
committed
Merge branch 'master' of https://github.com/lestrrat/jsonwebtoken.github.io into new-libs
2 parents 7ec2681 + ed091d6 commit afb7c29

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

views/index.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ block content
217217
include libraries/go3.jade
218218
include libraries/go4.jade
219219
include libraries/go5.jade
220+
include libraries/go6.jade
220221
include libraries/haskell.jade
221222
include libraries/haskell2.jade
222223
include libraries/rust.jade

views/libraries/go6.jade

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
// Go lestrrat/go-jwx
2+
article.jwt-go.go.accordion(data-accordion)
3+
.panel-heading(data-control)
4+
img(src='/img/8.svg')
5+
h3 Go
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-501
29+
code exp
30+
| check
31+
p
32+
i.icon-budicon-501
33+
code nbf
34+
| check
35+
p
36+
i.icon-budicon-501
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-500
64+
| ES256
65+
p
66+
i.icon-budicon-500
67+
| ES384
68+
p
69+
i.icon-budicon-500
70+
| ES512
71+
72+
.author-info
73+
.maintainer
74+
a(href='https://github.com/lestrrat')
75+
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
76+
| lestrrat
77+
span.stars(data-repo='lestrrat/go-jwx', style='display: inline;')
78+
i.icon-budicon-466
79+
.repository
80+
i.icon-1392070209-icon-social-github
81+
a(href='https://github.com/lestrrat/go-jwx') View Repo
82+
83+
.panel-footer
84+
code go get github.com/lestrrat/go-jwx

0 commit comments

Comments
 (0)