Skip to content

Commit 609387d

Browse files
committed
Merge branch 'master' of github.com:jsonwebtoken/jsonwebtoken.github.io
2 parents 79c0bcc + fb71014 commit 609387d

File tree

9 files changed

+136
-7
lines changed

9 files changed

+136
-7
lines changed

stylus/website/index.styl

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,37 @@ body
234234
color white
235235
padding-right 10px
236236

237+
.crafted-by__question-mark
238+
background-color #555
239+
color black
240+
font-size 10px
241+
border-radius 50%
242+
width 14px
243+
height 14px
244+
display inline-block
245+
margin-left 10px
246+
vertical-align middle
247+
transition background-color .5s
248+
&:before
249+
content "Learn more about Auth0"
250+
position absolute
251+
width 164px
252+
padding 6px
253+
top 30px
254+
border-radius 3px
255+
background-color #555
256+
color white
257+
transition visibility 0s, opacity .5s
258+
visibility hidden
259+
opacity 0
260+
&:hover
261+
.crafted-by__question-mark
262+
background-color white
263+
&:before
264+
visibility visible
265+
opacity 1
266+
267+
237268
.supported
238269
display none
239270

views/website/index.pug

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ block content
1919
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
2020

2121
.social
22-
a.a0(href='https://auth0.com/?utm_source=jwtio&utm_campaign=%3Cspan%20class="x x-first x-last">craftedby', target='_blank')
22+
a.a0(href='https://auth0.com/%3Cspan%20class="x x-first x-last">why-auth0?utm_source=jwtio&utm_medium=navbar_whats_auth0&utm_campaign=jwt_nav_cta_12_2019', target='_blank')
2323
span.by-text Crafted by
2424
img(src='/img/pic_logo_ft.svg', alt='Token Based Authentication')
25+
span.crafted-by__question-mark ?
2526

2627
a.supported(href='https://auth0.com/?utm_source=jwtio&utm_campaign=craftedby', target="_blank")
2728
| Supported by
@@ -39,7 +40,7 @@ block content
3940
p JWT.IO allows you to decode, verify and generate JWT.
4041

4142
a.btn.btn-lg(href="/introduction") Learn more about jwt
42-
43+
4344
include ebook.pug
4445

4546
include token-editor.pug

views/website/introduction.pug

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ block content
4646
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
4747

4848
.social
49-
a.a0(href='https://auth0.com/?utm_source=jwtio&utm_campaign=%3Cspan%20class="x x-first x-last">craftedby', target='_blank')
49+
a.a0(href='https://auth0.com/%3Cspan%20class="x x-first x-last">why-auth0?utm_source=jwtio&utm_medium=navbar_whats_auth0&utm_campaign=jwt_nav_cta_12_2019', target='_blank')
5050
span.by-text Crafted by
5151
img(src='/img/pic_logo_ft.svg', alt='Token Based Authentication')
52+
span.crafted-by__question-mark ?
5253

5354
a.supported(href='https://auth0.com/', target="_blank")
5455
| Supported by

views/website/libraries/13-Rust.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,37 @@
9696
"gitHubRepoPath": "lawliet89/biscuit",
9797
"repoUrl": "https://github.com/lawliet89/biscuit",
9898
"installCommandHtml": "Cargo.toml: biscuit = \"*\""
99+
},
100+
{
101+
"minimumVersion": null,
102+
"support": {
103+
"sign": true,
104+
"verify": true,
105+
"iss": true,
106+
"sub": true,
107+
"aud": true,
108+
"exp": true,
109+
"nbf": true,
110+
"iat": true,
111+
"jti": false,
112+
"hs256": true,
113+
"hs384": true,
114+
"hs512": true,
115+
"rs256": true,
116+
"rs384": true,
117+
"rs512": true,
118+
"es256": true,
119+
"es384": true,
120+
"es512": false,
121+
"ps256": true,
122+
"ps384": true,
123+
"ps512": true
124+
},
125+
"authorUrl": "https://github.com/rib",
126+
"authorName": "Robert Bragg",
127+
"gitHubRepoPath": "rib/jsonwebtokens",
128+
"repoUrl": "https://github.com/rib/jsonwebtokens",
129+
"installCommandHtml": "Cargo.toml: jsonwebtokens = \"*\""
99130
}
100131
]
101132
}

views/website/libraries/21-C++.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,38 @@
9696
"gitHubRepoPath": "arun11299/cpp-jwt",
9797
"repoUrl": "https://github.com/arun11299/cpp-jwt",
9898
"installCommandHtml": "git clone https://github.com/arun11299/cpp-jwt"
99+
},
100+
{
101+
"minimumVersion": null,
102+
"support": {
103+
"sign": true,
104+
"verify": true,
105+
"iss": true,
106+
"sub": true,
107+
"aud": true,
108+
"exp": true,
109+
"nbf": true,
110+
"iat": true,
111+
"jti": false,
112+
"hs256": true,
113+
"hs384": true,
114+
"hs512": true,
115+
"rs256": true,
116+
"rs384": true,
117+
"rs512": true,
118+
"es256": false,
119+
"es384": false,
120+
"es512": false,
121+
"ps256": false,
122+
"ps384": false,
123+
"ps512": false,
124+
"eddsa": false
125+
},
126+
"authorUrl": "https://github.com/pokowaka",
127+
"authorName": "Erwin Jansen",
128+
"gitHubRepoPath": "pokowaka/jwt-cpp",
129+
"repoUrl": "https://github.com/pokowaka/jwt-cpp",
130+
"installCommandHtml": "git clone https://github.com/pokowaka/jwt-cpp"
99131
}
100132
]
101133
}

views/website/libraries/24-PHP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"rs256": true,
2323
"rs384": true,
2424
"rs512": true,
25-
"es256": false,
25+
"es256": true,
2626
"es384": false,
2727
"es512": false,
2828
"ps256": false,

views/website/libraries/25-Crystal.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"rs256": true,
2323
"rs384": true,
2424
"rs512": true,
25-
"es256": false,
26-
"es384": false,
27-
"es512": false,
25+
"es256": true,
26+
"es384": true,
27+
"es512": true,
2828
"ps256": false,
2929
"ps384": false,
3030
"ps512": false

views/website/libraries/7-Elixir.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"rs256": true,
5555
"rs384": true,
5656
"rs512": true,
57+
"eddsa": true,
5758
"es256": true,
5859
"es384": true,
5960
"es512": true,

views/website/libraries/9-Go.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,38 @@
373373
"gitHubRepoPath": "brianvoe/sjwt",
374374
"repoUrl": "https://github.com/brianvoe/sjwt",
375375
"installCommandHtml": "go get <a href=\"https://godoc.org/github.com/brianvoe/sjwt\">github.com/brianvoe/sjwt</a>"
376+
},
377+
{
378+
"minimumVersion": "1.12",
379+
"support": {
380+
"sign": true,
381+
"verify": true,
382+
"iss": true,
383+
"sub": true,
384+
"aud": true,
385+
"exp": true,
386+
"nbf": true,
387+
"iat": true,
388+
"jti": true,
389+
"hs256": true,
390+
"hs384": true,
391+
"hs512": true,
392+
"rs256": true,
393+
"rs384": true,
394+
"rs512": true,
395+
"es256": true,
396+
"es384": true,
397+
"es512": true,
398+
"ps256": true,
399+
"ps384": true,
400+
"ps512": true,
401+
"eddsa": true
402+
},
403+
"authorUrl": "https://github.com/cristalhq",
404+
"authorName": "Oleg Kovalov",
405+
"gitHubRepoPath": "cristalhq/jwt",
406+
"repoUrl": "https://github.com/cristalhq/jwt",
407+
"installCommandHtml": "go get github.com/cristalhq/jwt"
376408
}
377409
]
378410
}

0 commit comments

Comments
 (0)