Skip to content

Commit af4ee18

Browse files
authored
Merge pull request jsonwebtoken#591 from matteobaccan/master
Harbour JWT Class
2 parents c5a4680 + a04ca64 commit af4ee18

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

img/website/34.png

9.49 KB
Loading
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "Harbour",
3+
"uniqueClass": "jwt",
4+
"image": "/img/34.png",
5+
"bgColor": "rgb(227, 28, 35)",
6+
"libs": [
7+
{
8+
"minimumVersion": null,
9+
"support": {
10+
"sign": true,
11+
"verify": true,
12+
"iss": true,
13+
"sub": true,
14+
"aud": true,
15+
"exp": true,
16+
"nbf": true,
17+
"iat": true,
18+
"jti": true,
19+
"typ": true,
20+
"hs256": true,
21+
"hs384": true,
22+
"hs512": true,
23+
"rs256": false,
24+
"rs384": false,
25+
"rs512": false,
26+
"es256": false,
27+
"es384": false,
28+
"es512": false,
29+
"ps256": false,
30+
"ps384": false,
31+
"ps512": false,
32+
"eddsa": false,
33+
"es256k": false
34+
},
35+
"authorUrl": "https://github.com/matteobaccan",
36+
"authorName": "Matteo Baccan",
37+
"gitHubRepoPath": "matteobaccan/HarbourJwt",
38+
"repoUrl": "https://github.com/matteobaccan/HarbourJwt",
39+
"installCommandHtml": "see https://github.com/matteobaccan/HarbourJwt"
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)