Skip to content

Commit 1830049

Browse files
authored
Merge pull request jsonwebtoken#522 from abatishchev/patch-1
Added ES* to JWT.NET
2 parents c45e8f7 + 2a33498 commit 1830049

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

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

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,37 @@
3535
"repoUrl": "https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet",
3636
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\">System.IdentityModel.Tokens.Jwt</a>"
3737
},
38+
{
39+
"minimumVersion": null,
40+
"support": {
41+
"sign": true,
42+
"verify": true,
43+
"iss": true,
44+
"sub": true,
45+
"aud": true,
46+
"exp": true,
47+
"nbf": true,
48+
"iat": true,
49+
"jti": false,
50+
"hs256": true,
51+
"hs384": true,
52+
"hs512": true,
53+
"rs256": true,
54+
"rs384": true,
55+
"rs512": true,
56+
"es256": true,
57+
"es384": true,
58+
"es512": true,
59+
"ps256": false,
60+
"ps384": false,
61+
"ps512": false
62+
},
63+
"authorUrl": "https://github.com/jwt-dotnet/jwt",
64+
"authorName": "Alexander Batishchev",
65+
"gitHubRepoPath": "jwt-dotnet/jwt",
66+
"repoUrl": "https://github.com/jwt-dotnet/jwt",
67+
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JWT\">JWT.NET</a>"
68+
},
3869
{
3970
"minimumVersion": null,
4071
"support": {
@@ -125,37 +156,6 @@
125156
"repoUrl": "https://github.com/nuscien/trivial",
126157
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/Trivial\">Trivial</a>"
127158
},
128-
{
129-
"minimumVersion": null,
130-
"support": {
131-
"sign": true,
132-
"verify": true,
133-
"iss": true,
134-
"sub": true,
135-
"aud": true,
136-
"exp": true,
137-
"nbf": true,
138-
"iat": true,
139-
"jti": false,
140-
"hs256": true,
141-
"hs384": true,
142-
"hs512": true,
143-
"rs256": true,
144-
"rs384": true,
145-
"rs512": true,
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",
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>"
158-
},
159159
{
160160
"minimumVersion": null,
161161
"support": {

0 commit comments

Comments
 (0)