Skip to content

Commit b31da8a

Browse files
committed
Merge branch 'master' of https://github.com/adam-hanna/jsonwebtoken.github.io into new-libs
2 parents 1d4b354 + c24babb commit b31da8a

File tree

2 files changed

+87
-2
lines changed

2 files changed

+87
-2
lines changed

views/index.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ block content
1515
a(href='#debugger-io').scrollto Debugger
1616
a(href='#libraries-io').scrollto Libraries
1717
a(href='/introduction') Introduction
18-
a(href='https://community.auth0.com', target='_blank') Ask
18+
a(href='https://auth0.com/forum/c/jwt', target='_blank') Ask
1919
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
2020

2121
.social
@@ -62,7 +62,7 @@ block content
6262
strong Get the JWT Handbook for free!
6363
| Spread the word and download it now.
6464
a.btn.btn-download-ebook(href='https://auth0.com/e-books/jwt-handbook?utm_source=jwtio&utm_medium=sc&utm_campaign=rotating_banner', target='_blank') Download Ebook
65-
65+
6666
script.
6767
var extensionSection = document.getElementsByClassName("update-site")[0];
6868
var ebookSection = document.getElementsByClassName("jtw-ebook-banner")[0];
@@ -219,6 +219,7 @@ block content
219219
include libraries/go4.jade
220220
include libraries/go5.jade
221221
include libraries/go6.jade
222+
include libraries/go7.jade
222223
include libraries/haskell.jade
223224
include libraries/haskell2.jade
224225
include libraries/rust.jade

views/libraries/go7.jade

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
// Go adam-hanna/jwt-auth
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-500
29+
code exp
30+
| check
31+
p
32+
i.icon-budicon-500
33+
code nbf
34+
| check
35+
p
36+
i.icon-budicon-501
37+
code iat
38+
| check
39+
p
40+
i.icon-budicon-500
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/adam-hanna')
75+
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
76+
| adam-hanna
77+
span.stars(data-repo='adam-hanna/jwt-auth', style='display: inline;')
78+
i.icon-budicon-466
79+
.repository
80+
i.icon-1392070209-icon-social-github
81+
a(href='https://github.com/adam-hanna/jwt-auth') View Repo
82+
83+
.panel-footer
84+
code go get github.com/adam-hanna/jwt-auth

0 commit comments

Comments
 (0)