Add package jwtea (#2465)

This commit is contained in:
Ryan Oldenburg 2023-01-23 20:14:41 -06:00 committed by GitHub
parent 82bc9a65a8
commit 40c349a411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28614,6 +28614,19 @@
"license": "agplv3",
"web": "https://codeberg.org/eris/coap-nim"
},
{
"name": "jwtea",
"url": "https://github.com/guzba/jwtea",
"method": "git",
"tags": [
"jwt",
"hmac",
"rsa"
],
"description": "Brew JSON Web Tokens in pure Nim",
"license": "MIT",
"web": "https://github.com/guzba/jwtea"
},
{
"name": "enkodo",
"url": "https://github.com/hortinstein/enkodo",