Skip to content

Adding the flags repoLatestCommitYear and repoArchived #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions views/website/libraries/0-.NET.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"authorName": "Microsoft",
"gitHubRepoPath": "AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet",
"repoUrl": "https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet",
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\">System.IdentityModel.Tokens.Jwt</a>"
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\">System.IdentityModel.Tokens.Jwt</a>",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -64,7 +65,8 @@
"authorName": "Alexander Batishchev",
"gitHubRepoPath": "jwt-dotnet/jwt",
"repoUrl": "https://github.com/jwt-dotnet/jwt",
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JWT\">JWT.NET</a>"
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JWT\">JWT.NET</a>",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -95,7 +97,8 @@
"authorName": "DV",
"gitHubRepoPath": "dvsekhvalnov/jose-jwt",
"repoUrl": "https://github.com/dvsekhvalnov/jose-jwt",
"installCommandHtml": "Install-Package<br><a href=\"http://www.nuget.org/packages/jose-jwt/\">jose-jwt</a>"
"installCommandHtml": "Install-Package<br><a href=\"http://www.nuget.org/packages/jose-jwt/\">jose-jwt</a>",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -123,7 +126,8 @@
"authorName": "DV",
"gitHubRepoPath": "dvsekhvalnov/jose-rt",
"repoUrl": "https://github.com/dvsekhvalnov/jose-rt",
"installCommandHtml": "Install-Package<br><a href=\"http://www.nuget.org/packages/jose-rt/\">jose-rt</a>"
"installCommandHtml": "Install-Package<br><a href=\"http://www.nuget.org/packages/jose-rt/\">jose-rt</a>",
"repoLatestCommitYear": 2015
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -154,7 +158,8 @@
"authorName": "Kingcean Tuan",
"gitHubRepoPath": "nuscien/trivial",
"repoUrl": "https://github.com/nuscien/trivial",
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/Trivial\">Trivial</a>"
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/Trivial\">Trivial</a>",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -186,7 +191,8 @@
"authorName": "Yann Crumeyrolle",
"gitHubRepoPath": "ycrumeyrolle/jwt",
"repoUrl": "https://github.com/ycrumeyrolle/jwt",
"installCommandHtml": "Install-Package <a href=\"https://www.nuget.org/packages/JsonWebToken\">JsonWebToken</a>"
"installCommandHtml": "Install-Package <a href=\"https://www.nuget.org/packages/JsonWebToken\">JsonWebToken</a>",
"repoLatestCommitYear": 2024
}
]
}
}
14 changes: 9 additions & 5 deletions views/website/libraries/1-Python.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"authorName": "José Padilla",
"gitHubRepoPath": "jpadilla/pyjwt",
"repoUrl": "https://github.com/jpadilla/pyjwt/",
"installCommandHtml": "pip install pyjwt"
"installCommandHtml": "pip install pyjwt",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -66,7 +67,8 @@
"authorName": "Michael Davis",
"gitHubRepoPath": "mpdavis/python-jose",
"repoUrl": "https://github.com/mpdavis/python-jose/",
"installCommandHtml": "pip install python-jose"
"installCommandHtml": "pip install python-jose",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -100,7 +102,8 @@
"authorName": "Simo Sorce",
"gitHubRepoPath": "latchset/jwcrypto",
"repoUrl": "https://github.com/latchset/jwcrypto/",
"installCommandHtml": "pip install jwcrypto"
"installCommandHtml": "pip install jwcrypto",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -133,7 +136,8 @@
"authorName": "Hsiaoming Yang",
"gitHubRepoPath": "lepture/authlib",
"repoUrl": "https://github.com/lepture/authlib",
"installCommandHtml": "pip install authlib"
"installCommandHtml": "pip install authlib",
"repoLatestCommitYear": 2024
}
]
}
}
6 changes: 3 additions & 3 deletions views/website/libraries/10-Groovy.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"authorName": "Kaleidos",
"gitHubRepoPath": "kaleidos/grails-security-stateless",
"repoUrl": "https://github.com/kaleidos/grails-security-stateless",
"installCommandHtml":
"compile \"org.grails.plugins:security-stateless:0.0.9\""
"installCommandHtml": "compile \"org.grails.plugins:security-stateless:0.0.9\"",
"repoLatestCommitYear": 2016
}
]
}
}
7 changes: 5 additions & 2 deletions views/website/libraries/11-Haskell.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"authorName": "Brian McKenna",
"gitHubRepoPath": null,
"repoUrl": "https://bitbucket.org/puffnfresh/haskell-jwt",
"installCommandHtml": "cabal install jwt"
"installCommandHtml": "cabal install jwt",
"repoArchived": true,
"repoLatestCommitYear": 2019
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -64,7 +66,8 @@
"authorName": "Fraser Tweedale",
"gitHubRepoPath": "frasertweedale/hs-jose",
"repoUrl": "https://github.com/frasertweedale/hs-jose",
"installCommandHtml": "cabal install jose"
"installCommandHtml": "cabal install jose",
"repoLatestCommitYear": 2024
}
]
}
5 changes: 3 additions & 2 deletions views/website/libraries/12-Haxe.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"authorName": "Kevin Leung",
"gitHubRepoPath": "kevinresol/jsonwebtoken",
"repoUrl": "https://github.com/kevinresol/jsonwebtoken",
"installCommandHtml": "haxelib install jsonwebtoken"
"installCommandHtml": "haxelib install jsonwebtoken",
"repoLatestCommitYear": 2021
}
]
}
}
17 changes: 11 additions & 6 deletions views/website/libraries/13-Rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"authorName": "GildedHonour",
"gitHubRepoPath": "GildedHonour/rust-jwt",
"repoUrl": "https://github.com/GildedHonour/rust-jwt",
"installCommandHtml": "cargo: name = \"frank_jwt\" version = \"*\""
"installCommandHtml": "cargo: name = \"frank_jwt\" version = \"*\"",
"repoLatestCommitYear": 2023
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -64,7 +65,8 @@
"authorName": "Keats",
"gitHubRepoPath": "Keats/jsonwebtoken",
"repoUrl": "https://github.com/Keats/jsonwebtoken",
"installCommandHtml": "cargo: name = \"jsonwebtoken\" version = \"*\""
"installCommandHtml": "cargo: name = \"jsonwebtoken\" version = \"*\"",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -97,7 +99,8 @@
"authorName": "Jade",
"gitHubRepoPath": "JadedBlueEyes/jsonwebtoken",
"repoUrl": "https://github.com/JadedBlueEyes/jsonwebtoken",
"installCommandHtml": "cargo: name = \"jsonwebtoken-rustcrypto\" version = \"*\""
"installCommandHtml": "cargo: name = \"jsonwebtoken-rustcrypto\" version = \"*\"",
"repoLatestCommitYear": 2023
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -128,7 +131,8 @@
"authorName": "Yong Wen Chua",
"gitHubRepoPath": "lawliet89/biscuit",
"repoUrl": "https://github.com/lawliet89/biscuit",
"installCommandHtml": "Cargo.toml: biscuit = \"*\""
"installCommandHtml": "Cargo.toml: biscuit = \"*\"",
"repoLatestCommitYear": 2023
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -159,7 +163,8 @@
"authorName": "Robert Bragg",
"gitHubRepoPath": "rib/jsonwebtokens",
"repoUrl": "https://github.com/rib/jsonwebtokens",
"installCommandHtml": "Cargo.toml: jsonwebtokens = \"*\""
"installCommandHtml": "Cargo.toml: jsonwebtokens = \"*\"",
"repoLatestCommitYear": 2023
}
]
}
}
6 changes: 3 additions & 3 deletions views/website/libraries/14-Lua.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"authorName": "SkyLothar",
"gitHubRepoPath": "SkyLothar/lua-resty-jwt",
"repoUrl": "https://github.com/SkyLothar/lua-resty-jwt",
"installCommandHtml":
"git clone https://github.com/SkyLothar/lua-resty-jwt.git"
"installCommandHtml": "git clone https://github.com/SkyLothar/lua-resty-jwt.git",
"repoLatestCommitYear": 2017
}
]
}
}
22 changes: 12 additions & 10 deletions views/website/libraries/15-Scala.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"authorName": "jasongoodwin",
"gitHubRepoPath": "jasongoodwin/authentikat-jwt",
"repoUrl": "https://github.com/jasongoodwin/authentikat-jwt",
"installCommandHtml":
"sbt: \"com.jason-goodwin\" %% \"authentikat-jwt\" % \"0.4.5\""
"installCommandHtml": "sbt: \"com.jason-goodwin\" %% \"authentikat-jwt\" % \"0.4.5\"",
"repoLatestCommitYear": 2019
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -65,7 +65,8 @@
"authorName": "pauldijou",
"gitHubRepoPath": "pauldijou/jwt-scala",
"repoUrl": "https://github.com/pauldijou/jwt-scala",
"installCommandHtml": "sbt: \"pdi\" %% \"jwt-core\" % \"0.14.1\""
"installCommandHtml": "sbt: \"pdi\" %% \"jwt-core\" % \"0.14.1\"",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -96,8 +97,9 @@
"authorName": "iain-logan",
"gitHubRepoPath": "iain-logan/jwt",
"repoUrl": "https://github.com/iain-logan/jwt",
"installCommandHtml":
"libraryDependencies += \"io.igl\" %% \"jwt\" % \"1.2.2\""
"installCommandHtml": "libraryDependencies += \"io.igl\" %% \"jwt\" % \"1.2.2\"",
"repoArchived": true,
"repoLatestCommitYear": 2018
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -128,8 +130,8 @@
"authorName": "janjaali",
"gitHubRepoPath": "janjaali/spray-jwt",
"repoUrl": "https://github.com/janjaali/spray-jwt",
"installCommandHtml":
"libraryDependencies += \"com.github.janjaali\" %% \"spray-jwt\" % \"1.0.0\""
"installCommandHtml": "libraryDependencies += \"com.github.janjaali\" %% \"spray-jwt\" % \"1.0.0\"",
"repoLatestCommitYear": 2017
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -160,8 +162,8 @@
"authorName": "blackdoor software",
"gitHubRepoPath": "blackdoor/jose",
"repoUrl": "https://github.com/blackdoor/jose",
"installCommandHtml":
"sbt: libraryDependencies += &quot;black.door&quot; %% &quot;jose&quot; % &quot;0.2.2&quot;\nmill: ivy&quot;black.door::jose:0.2.2&quot;"
"installCommandHtml": "sbt: libraryDependencies += &quot;black.door&quot; %% &quot;jose&quot; % &quot;0.2.2&quot;\nmill: ivy&quot;black.door::jose:0.2.2&quot;",
"repoLatestCommitYear": 2023
}
]
}
}
10 changes: 7 additions & 3 deletions views/website/libraries/16-D.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"authorName": "olehlong",
"gitHubRepoPath": "olehlong/jwtd",
"repoUrl": "https://github.com/olehlong/jwtd",
"installCommandHtml": "dub fetch jwtd"
"installCommandHtml": "dub fetch jwtd",
"repoArchived": true,
"repoLatestCommitYear": 2020
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -64,7 +66,9 @@
"authorName": "zolamk",
"gitHubRepoPath": "zolamk/jwt",
"repoUrl": "https://github.com/zolamk/jwt",
"installCommandHtml": "dub fetch jwt"
"installCommandHtml": "dub fetch jwt",
"repoArchived": true,
"repoLatestCommitYear": 2017
}
]
}
}
5 changes: 3 additions & 2 deletions views/website/libraries/17-Clojure.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"authorName": "Andrey Antukh",
"gitHubRepoPath": "funcool/buddy",
"repoUrl": "https://github.com/funcool/buddy/",
"installCommandHtml": "lein: [funcool/buddy \"2.0.0\"]"
"installCommandHtml": "lein: [funcool/buddy \"2.0.0\"]",
"repoLatestCommitYear": 2021
}
]
}
}
5 changes: 3 additions & 2 deletions views/website/libraries/18-Objective-C.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"authorName": "yourkarma & lolgear",
"gitHubRepoPath": "yourkarma/JWT",
"repoUrl": "https://github.com/yourkarma/JWT",
"installCommandHtml": "pod 'JWT'"
"installCommandHtml": "pod 'JWT'",
"repoLatestCommitYear": 2022
}
]
}
}
21 changes: 13 additions & 8 deletions views/website/libraries/19-Swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"authorName": "Kyle Fuller",
"gitHubRepoPath": "kylef/JSONWebToken.swift",
"repoUrl": "https://github.com/kylef/JSONWebToken.swift",
"installCommandHtml": "pod 'JSONWebToken'"
"installCommandHtml": "pod 'JSONWebToken'",
"repoLatestCommitYear": 2019
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -66,7 +67,8 @@
"authorName": "Vapor",
"gitHubRepoPath": "vapor/jwt-kit",
"repoUrl": "https://github.com/vapor/jwt-kit",
"installCommandHtml": ".package(url: \"https://github.com/vapor/jwt-kit.git\", from: \"5.0.0\")"
"installCommandHtml": ".package(url: \"https://github.com/vapor/jwt-kit.git\", from: \"5.0.0\")",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -97,7 +99,8 @@
"authorName": "Wstunes",
"gitHubRepoPath": "Wstunes/SwiftyJWT",
"repoUrl": "https://github.com/Wstunes/SwiftyJWT",
"installCommandHtml": "pod 'SwiftyJWT'"
"installCommandHtml": "pod 'SwiftyJWT'",
"repoLatestCommitYear": 2020
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -128,7 +131,8 @@
"authorName": "IBM Swift",
"gitHubRepoPath": "IBM-Swift/Swift-JWT",
"repoUrl": "https://github.com/IBM-Swift/Swift-JWT",
"installCommandHtml": ".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"3.5.0\")"
"installCommandHtml": ".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"3.5.0\")",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -159,7 +163,8 @@
"authorName": "Airside",
"gitHubRepoPath": "airsidemobile/JOSESwift",
"repoUrl": "https://github.com/airsidemobile/JOSESwift",
"installCommandHtml": "pod 'JOSESwift'"
"installCommandHtml": "pod 'JOSESwift'",
"repoLatestCommitYear": 2024
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -193,8 +198,8 @@
"authorName": "Gonçalo Frade",
"gitHubRepoPath": "beatt83/jose-swift",
"repoUrl": "https://github.com/beatt83/jose-swift",
"installCommandHtml":
".package(url: \"https://github.com/beatt83/jose-swift.git\", .upToNextMinor(from: \"4.0.0\"))"
"installCommandHtml": ".package(url: \"https://github.com/beatt83/jose-swift.git\", .upToNextMinor(from: \"4.0.0\"))",
"repoLatestCommitYear": 2024
}
]
}
}
Loading