Skip to content

Commit 1f44f3b

Browse files
committed
added Jwt.Net
1 parent 296947c commit 1f44f3b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

views/website/libraries/0-.NET.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,37 @@
124124
"gitHubRepoPath": "nuscien/trivial",
125125
"repoUrl": "https://github.com/nuscien/trivial",
126126
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/Trivial\">Trivial</a>"
127+
},
128+
{
129+
"minimumVersion": null,
130+
"support": {
131+
"sign": true,
132+
"verify": true,
133+
"iss": false,
134+
"sub": false,
135+
"aud": false,
136+
"exp": true,
137+
"nbf": true,
138+
"iat": false,
139+
"jti": false,
140+
"hs256": true,
141+
"hs384": true,
142+
"hs512": true,
143+
"rs256": true,
144+
"rs384": false,
145+
"rs512": false,
146+
"es256": false,
147+
"es384": false,
148+
"es512": false,
149+
"ps256": false,
150+
"ps384": false,
151+
"ps512": false
152+
},
153+
"authorUrl": "https://github.com/jwt-dotnet/jwt",
154+
"authorName": "Alexander Batishchev, John Sheehan, Michael Lehenbauer",
155+
"gitHubRepoPath": "jwt-dotnet/jwt",
156+
"repoUrl": "https://github.com/jwt-dotnet/jwt",
157+
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JWT\">JWT</a>"
127158
}
128159
]
129160
}

0 commit comments

Comments
 (0)