File tree Expand file tree Collapse file tree 2 files changed +88
-3
lines changed Expand file tree Collapse file tree 2 files changed +88
-3
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ block content
59
59
span.button-text Add to chrome
60
60
section.jtw-ebook-banner
61
61
span
62
- strong Get the JWT Handbook for free!
62
+ strong Get the JWT Handbook for free!
63
63
|Spread the word and download it now.
64
64
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
+
66
66
script .
67
67
var extensionSection = document .getElementsByClassName (" update-site" )[0 ];
68
68
var ebookSection = document .getElementsByClassName (" jtw-ebook-banner" )[0 ];
@@ -214,6 +214,7 @@ block content
214
214
include libraries/go2.jade
215
215
include libraries/go3.jade
216
216
include libraries/go4.jade
217
+ include libraries/go5.jade
217
218
include libraries/haskell.jade
218
219
include libraries/haskell2.jade
219
220
include libraries/rust.jade
@@ -274,4 +275,4 @@ block content
274
275
.column.tshirt
275
276
h2 Store
276
277
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments