|
31 | 31 | },
|
32 | 32 | "authorUrl": "https://www.microsoft.com",
|
33 | 33 | "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>" |
40 | 37 | },
|
41 | 38 | {
|
42 | 39 | "minimumVersion": null,
|
|
67 | 64 | "authorName": "DV",
|
68 | 65 | "gitHubRepoPath": "dvsekhvalnov/jose-jwt",
|
69 | 66 | "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>" |
72 | 68 | },
|
73 | 69 | {
|
74 | 70 | "minimumVersion": null,
|
|
96 | 92 | "authorName": "DV",
|
97 | 93 | "gitHubRepoPath": "dvsekhvalnov/jose-rt",
|
98 | 94 | "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>" |
101 | 127 | }
|
102 | 128 | ]
|
103 | 129 | }
|
0 commit comments