Skip to content

Commit c24babb

Browse files
committed
added adam-hanna/jwt-auth
1 parent 248b09a commit c24babb

File tree

2 files changed

+88
-3
lines changed

2 files changed

+88
-3
lines changed

views/index.jade

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ block content
5959
span.button-text Add to chrome
6060
section.jtw-ebook-banner
6161
span
62-
strong Get the JWT Handbook for free!
62+
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];
@@ -214,6 +214,7 @@ block content
214214
include libraries/go2.jade
215215
include libraries/go3.jade
216216
include libraries/go4.jade
217+
include libraries/go5.jade
217218
include libraries/haskell.jade
218219
include libraries/haskell2.jade
219220
include libraries/rust.jade
@@ -274,4 +275,4 @@ block content
274275
.column.tshirt
275276
h2 Store
276277
img(src='img/pic_tshirt.png')
277-
a.buy(href='http://swag.auth0.com/', target='_blank') Buy T-Shirt
278+
a.buy(href='http://swag.auth0.com/', target='_blank') Buy T-Shirt

views/libraries/go5.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)