diff --git a/packages.json b/packages.json index 1878606..d5607bc 100644 --- a/packages.json +++ b/packages.json @@ -131,8 +131,8 @@ "license": "GPL-3.0", "method": "git", "tags": [ "orm", "postgresql", "rdbms", "sql", "sqlite" ], - "url": "https://git.jdb-software.com/jdb-software/fiber-orm-nim.git", - "web": "https://git.jdb-software.com/jdb-software/fiber-orm-nim" + "url": "https://git.jdb-software.com/jdb/fiber-orm-nim.git", + "web": "https://git.jdb-software.com/jdb/fiber-orm-nim" }, { "name": "data_uri", @@ -160,5 +160,23 @@ "tags": [ "logging", "log" ], "url": "https://git.jdb-software.com/jdb/nim-namespaced-logging.git", "web": "https://git.jdb-software.com/jdb/nim-namespaced-logging" + }, + { + "name": "jwt_full", + "description": "Full JWT, JWS, JWE, and JWK implementation for Nim, compliant with RFCs 7515-7519.", + "license": "GPL-3.0-or-later", + "method": "git", + "tags": [ "jwt", "cryptography", "authentication", "authorization" ], + "url": "https://git.jdb-software.com/jdb/nim-jwt-full.git", + "web": "https://git.jdb-software.com/jdb/nim-jwt-full" + }, + { + "name": "buffoonery", + "description": "Jonathan's opinionated extenstions and auth layer for Jester.", + "license": "MIT", + "method": "git", + "tags": [ "jester", "authentication", "jwt", "rest-api" ], + "url": "https://git.jdb-software.com/jdb/buffoonery.git", + "web": "https://git.jdb-software.com/jdb/buffoonery" } ]