Add jwt_full, buffoonery.
This commit is contained in:
parent
4db74962d8
commit
e6cb029fe9
@ -131,8 +131,8 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [ "orm", "postgresql", "rdbms", "sql", "sqlite" ],
|
"tags": [ "orm", "postgresql", "rdbms", "sql", "sqlite" ],
|
||||||
"url": "https://git.jdb-software.com/jdb-software/fiber-orm-nim.git",
|
"url": "https://git.jdb-software.com/jdb/fiber-orm-nim.git",
|
||||||
"web": "https://git.jdb-software.com/jdb-software/fiber-orm-nim"
|
"web": "https://git.jdb-software.com/jdb/fiber-orm-nim"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "data_uri",
|
"name": "data_uri",
|
||||||
@ -160,5 +160,23 @@
|
|||||||
"tags": [ "logging", "log" ],
|
"tags": [ "logging", "log" ],
|
||||||
"url": "https://git.jdb-software.com/jdb/nim-namespaced-logging.git",
|
"url": "https://git.jdb-software.com/jdb/nim-namespaced-logging.git",
|
||||||
"web": "https://git.jdb-software.com/jdb/nim-namespaced-logging"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user