From 31a7d8639d04a3d5aab26cc6a2f0e8317675547b Mon Sep 17 00:00:00 2001 From: Louis Nyffenegger Date: Mon, 9 Dec 2024 11:52:52 +1100 Subject: [PATCH] Update 16-D.json to remove zolamk/jwt The project zolamk/jwt has not been active for seven years and was archived in 2018. To minimize the risk of developers relying on outdated and unmaintained software, it should be removed from the list of libraries. --- views/website/libraries/16-D.json | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/views/website/libraries/16-D.json b/views/website/libraries/16-D.json index bf8534f8..13f18a7c 100644 --- a/views/website/libraries/16-D.json +++ b/views/website/libraries/16-D.json @@ -34,37 +34,6 @@ "gitHubRepoPath": "olehlong/jwtd", "repoUrl": "https://github.com/olehlong/jwtd", "installCommandHtml": "dub fetch jwtd" - }, - { - "minimumVersion": null, - "support": { - "sign": true, - "verify": true, - "iss": false, - "sub": false, - "aud": false, - "exp": true, - "nbf": true, - "iat": false, - "jti": false, - "hs256": true, - "hs384": true, - "hs512": true, - "rs256": false, - "rs384": false, - "rs512": false, - "es256": false, - "es384": false, - "es512": false, - "ps256": false, - "ps384": false, - "ps512": false - }, - "authorUrl": "https://github.com/zolamk", - "authorName": "zolamk", - "gitHubRepoPath": "zolamk/jwt", - "repoUrl": "https://github.com/zolamk/jwt", - "installCommandHtml": "dub fetch jwt" } ] }