Skip to content

Commit 067ee8c

Browse files
authored
Add .Net library JsonWebToken
1 parent 0e966f1 commit 067ee8c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,38 @@
155155
"gitHubRepoPath": "jwt-dotnet/jwt",
156156
"repoUrl": "https://github.com/jwt-dotnet/jwt",
157157
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JWT\">JWT</a>"
158+
},
159+
{
160+
"minimumVersion": null,
161+
"support": {
162+
"sign": true,
163+
"verify": true,
164+
"iss": true,
165+
"sub": true,
166+
"aud": true,
167+
"exp": true,
168+
"nbf": true,
169+
"iat": true,
170+
"jti": true,
171+
"hs256": true,
172+
"hs384": true,
173+
"hs512": true,
174+
"rs256": true,
175+
"rs384": true,
176+
"rs512": true,
177+
"es256": true,
178+
"es384": true,
179+
"es512": true,
180+
"ps256": true,
181+
"ps384": true,
182+
"ps512": true,
183+
"eddsa": false
184+
},
185+
"authorUrl": "https://github.com/ycrumeyrolle",
186+
"authorName": "Yann Crumeyrolle",
187+
"gitHubRepoPath": "ycrumeyrolle/jwt",
188+
"repoUrl": "https://github.com/ycrumeyrolle/jwt",
189+
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JsonWebToken\">JsonWebToken</a>"
158190
}
159191
]
160192
}

0 commit comments

Comments
 (0)