Skip to content

Commit 4a6062a

Browse files
authored
Merge pull request jsonwebtoken#392 from nuscien/master
Added a dotNet library Trivial.
2 parents a17e5c2 + 3bbdd23 commit 4a6062a

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

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

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
3131
},
3232
"authorUrl": "https://www.microsoft.com",
3333
"authorName": "Microsoft",
34-
"gitHubRepoPath":
35-
"AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet",
36-
"repoUrl":
37-
"https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet",
38-
"installCommandHtml":
39-
"Install-Package<br><a href=\"https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\">System.IdentityModel.Tokens.Jwt</a>"
34+
"gitHubRepoPath": "AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet",
35+
"repoUrl": "https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet",
36+
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\">System.IdentityModel.Tokens.Jwt</a>"
4037
},
4138
{
4239
"minimumVersion": null,
@@ -67,8 +64,7 @@
6764
"authorName": "DV",
6865
"gitHubRepoPath": "dvsekhvalnov/jose-jwt",
6966
"repoUrl": "https://github.com/dvsekhvalnov/jose-jwt",
70-
"installCommandHtml":
71-
"Install-Package<br><a href=\"http://www.nuget.org/packages/jose-jwt/\">jose-jwt</a>"
67+
"installCommandHtml": "Install-Package<br><a href=\"http://www.nuget.org/packages/jose-jwt/\">jose-jwt</a>"
7268
},
7369
{
7470
"minimumVersion": null,
@@ -96,8 +92,38 @@
9692
"authorName": "DV",
9793
"gitHubRepoPath": "dvsekhvalnov/jose-rt",
9894
"repoUrl": "https://github.com/dvsekhvalnov/jose-rt",
99-
"installCommandHtml":
100-
"Install-Package<br><a href=\"http://www.nuget.org/packages/jose-rt/\">jose-rt</a>"
95+
"installCommandHtml": "Install-Package<br><a href=\"http://www.nuget.org/packages/jose-rt/\">jose-rt</a>"
96+
},
97+
{
98+
"minimumVersion": null,
99+
"support": {
100+
"sign": true,
101+
"verify": true,
102+
"iss": true,
103+
"sub": true,
104+
"aud": true,
105+
"exp": true,
106+
"nbf": true,
107+
"iat": true,
108+
"jti": true,
109+
"hs256": true,
110+
"hs384": true,
111+
"hs512": true,
112+
"rs256": true,
113+
"rs384": true,
114+
"rs512": true,
115+
"es256": false,
116+
"es384": false,
117+
"es512": false,
118+
"ps256": false,
119+
"ps384": false,
120+
"ps512": false
121+
},
122+
"authorUrl": "https://github.com/nuscien/trivial/wiki/oauth",
123+
"authorName": "Kingcean Tuan",
124+
"gitHubRepoPath": "nuscien/trivial",
125+
"repoUrl": "https://github.com/nuscien/trivial",
126+
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/Trivial\">Trivial</a>"
101127
}
102128
]
103129
}

0 commit comments

Comments
 (0)