|
| 1 | +{ |
| 2 | + "dot-net": { |
| 3 | + "id": "dot-net", |
| 4 | + "name": ".NET", |
| 5 | + "uniqueClass": "net", |
| 6 | + "image": "/img/1.svg", |
| 7 | + "bgColor": "rgb(42, 168, 229)", |
| 8 | + "libs": [ |
| 9 | + { |
| 10 | + "minimumVersion": null, |
| 11 | + "support": { |
| 12 | + "sign": true, |
| 13 | + "verify": true, |
| 14 | + "iss": true, |
| 15 | + "sub": true, |
| 16 | + "aud": true, |
| 17 | + "exp": true, |
| 18 | + "nbf": true, |
| 19 | + "iat": true, |
| 20 | + "jti": true, |
| 21 | + "hs256": true, |
| 22 | + "hs384": true, |
| 23 | + "hs512": true, |
| 24 | + "rs256": true, |
| 25 | + "rs384": true, |
| 26 | + "rs512": true, |
| 27 | + "es256": true, |
| 28 | + "es384": true, |
| 29 | + "es512": true, |
| 30 | + "ps256": true, |
| 31 | + "ps384": true, |
| 32 | + "ps512": true |
| 33 | + }, |
| 34 | + "authorUrl": "https://www.microsoft.com", |
| 35 | + "authorName": "Microsoft", |
| 36 | + "gitHubRepoPath": "AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet", |
| 37 | + "repoUrl": "https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet", |
| 38 | + "installCommandMarkdown": [ |
| 39 | + "Install-Package", |
| 40 | + "[System.IdentityModel.Tokens.Jwt](https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/)" |
| 41 | + ], |
| 42 | + "stars": 1115 |
| 43 | + }, |
| 44 | + { |
| 45 | + "minimumVersion": null, |
| 46 | + "support": { |
| 47 | + "sign": true, |
| 48 | + "verify": true, |
| 49 | + "iss": true, |
| 50 | + "sub": true, |
| 51 | + "aud": true, |
| 52 | + "exp": true, |
| 53 | + "nbf": true, |
| 54 | + "iat": true, |
| 55 | + "jti": false, |
| 56 | + "hs256": true, |
| 57 | + "hs384": true, |
| 58 | + "hs512": true, |
| 59 | + "rs256": true, |
| 60 | + "rs384": true, |
| 61 | + "rs512": true, |
| 62 | + "es256": true, |
| 63 | + "es384": true, |
| 64 | + "es512": true, |
| 65 | + "ps256": false, |
| 66 | + "ps384": false, |
| 67 | + "ps512": false |
| 68 | + }, |
| 69 | + "authorUrl": "https://github.com/jwt-dotnet/jwt", |
| 70 | + "authorName": "Alexander Batishchev", |
| 71 | + "gitHubRepoPath": "jwt-dotnet/jwt", |
| 72 | + "repoUrl": "https://github.com/jwt-dotnet/jwt", |
| 73 | + "installCommandMarkdown": [ |
| 74 | + "Install-Package", |
| 75 | + "[JWT.NET](https://www.nuget.org/packages/JWT)" |
| 76 | + ], |
| 77 | + "stars": 2109 |
| 78 | + } |
| 79 | + ] |
| 80 | + }, |
| 81 | + "swift": { |
| 82 | + "id": "swift", |
| 83 | + "name": "Swift", |
| 84 | + "uniqueClass": "swift", |
| 85 | + "image": "/img/15.svg", |
| 86 | + "bgColor": "rgb(234, 45, 46)", |
| 87 | + "libs": [ |
| 88 | + { |
| 89 | + "minimumVersion": null, |
| 90 | + "support": { |
| 91 | + "sign": true, |
| 92 | + "verify": true, |
| 93 | + "iss": true, |
| 94 | + "sub": false, |
| 95 | + "aud": true, |
| 96 | + "exp": true, |
| 97 | + "nbf": true, |
| 98 | + "iat": true, |
| 99 | + "jti": false, |
| 100 | + "hs256": true, |
| 101 | + "hs384": true, |
| 102 | + "hs512": true, |
| 103 | + "rs256": false, |
| 104 | + "rs384": false, |
| 105 | + "rs512": false, |
| 106 | + "es256": false, |
| 107 | + "es384": false, |
| 108 | + "es512": false, |
| 109 | + "ps256": false, |
| 110 | + "ps384": false, |
| 111 | + "ps512": false |
| 112 | + }, |
| 113 | + "authorUrl": "https://github.com/kylef", |
| 114 | + "authorName": "Kyle Fuller", |
| 115 | + "gitHubRepoPath": "kylef/JSONWebToken.swift", |
| 116 | + "repoUrl": "https://github.com/kylef/JSONWebToken.swift", |
| 117 | + "installCommandMarkdown": [ |
| 118 | + "pod 'JSONWebToken'" |
| 119 | + ], |
| 120 | + "stars": 751 |
| 121 | + }, |
| 122 | + { |
| 123 | + "minimumVersion": null, |
| 124 | + "support": { |
| 125 | + "sign": true, |
| 126 | + "verify": true, |
| 127 | + "iss": true, |
| 128 | + "sub": true, |
| 129 | + "aud": true, |
| 130 | + "exp": true, |
| 131 | + "nbf": true, |
| 132 | + "iat": true, |
| 133 | + "jti": true, |
| 134 | + "hs256": true, |
| 135 | + "hs384": true, |
| 136 | + "hs512": true, |
| 137 | + "rs256": true, |
| 138 | + "rs384": true, |
| 139 | + "rs512": true, |
| 140 | + "es256": true, |
| 141 | + "es384": true, |
| 142 | + "es512": true, |
| 143 | + "ps256": false, |
| 144 | + "ps384": false, |
| 145 | + "ps512": false |
| 146 | + }, |
| 147 | + "authorUrl": "https://github.com/vapor", |
| 148 | + "authorName": "Vapor", |
| 149 | + "gitHubRepoPath": "vapor/jwt-kit", |
| 150 | + "repoUrl": "https://github.com/vapor/jwt-kit", |
| 151 | + "installCommandMarkdown": [ |
| 152 | + ".package(url: \"https://github.com/vapor/jwt-kit.git\", from: \"4.0.0\")" |
| 153 | + ], |
| 154 | + "stars": 250 |
| 155 | + } |
| 156 | + ] |
| 157 | + } |
| 158 | +} |
0 commit comments