From e6cb029fe9e34b3b866d0ff3986525b60493d9d3 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 4 Feb 2023 12:18:56 -0600 Subject: [PATCH] Add jwt_full, buffoonery. --- packages.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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" } ]