Skip to content

Commit 3a99576

Browse files
committed
Add Dart language & library dart_jsonwebtoken
1 parent 7ab2675 commit 3a99576

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

img/website/36.png

6.41 KB
Loading

views/website/libraries/36-Dart.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "Dart",
3+
"uniqueClass": "dart",
4+
"image": "/img/36.png",
5+
"bgColor": "rgb(2, 89, 156)",
6+
"libs": [
7+
{
8+
"minimumVersion": "2.7.0",
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": true,
24+
"rs384": true,
25+
"rs512": true,
26+
"es256": true,
27+
"es384": true,
28+
"es512": true,
29+
"eddsa": true,
30+
"ps256": false,
31+
"ps384": false,
32+
"ps512": false,
33+
"es256k": false
34+
},
35+
"authorUrl": "https://github.com/jonasroussel",
36+
"authorName": "Jonas Roussel",
37+
"gitHubRepoPath": "jonasroussel/dart_jsonwebtoken",
38+
"repoUrl": "https://github.com/jonasroussel/dart_jsonwebtoken",
39+
"installCommandHtml": "dart pub add dart_jsonwebtoken"
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)