Skip to content

Commit f449d35

Browse files
authored
Update crystal jwt in libraries-next.json
I am the maintainer of the library and have recently added support for the remaining algorithms
1 parent 54cab28 commit f449d35

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/data/libraries-next.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -855,11 +855,13 @@
855855
"rs384": true,
856856
"rs512": true,
857857
"es256": true,
858+
"es256k": true,
858859
"es384": true,
859860
"es512": true,
860-
"ps256": false,
861-
"ps384": false,
862-
"ps512": false
861+
"ps256": true,
862+
"ps384": true,
863+
"ps512": true,
864+
"eddsa": true
863865
},
864866
"authorUrl": "https://github.com/greyblake",
865867
"authorName": "Sergey Potapov",
@@ -868,7 +870,7 @@
868870
"installCommandMarkdown": [
869871
"git clone https://github.com/crystal-community/jwt.git"
870872
],
871-
"stars": 205
873+
"stars": 211
872874
}
873875
]
874876
},

0 commit comments

Comments
 (0)