Add jwt_full, buffoonery.

This commit is contained in:
Jonathan Bernard 2023-02-04 12:18:56 -06:00
parent 4db74962d8
commit e6cb029fe9

View File

@ -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"
}
]