Skip to content

Commit a62bf14

Browse files
authored
Merge pull request #897 from stakach/patch-3
Update crystal jwt in libraries-next.json
2 parents 5e9a8aa + 5ec89c6 commit a62bf14

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/data/libraries-next.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -848,18 +848,21 @@
848848
"nbf": true,
849849
"iat": true,
850850
"jti": true,
851+
"typ": true,
851852
"hs256": true,
852853
"hs384": true,
853854
"hs512": true,
854855
"rs256": true,
855856
"rs384": true,
856857
"rs512": true,
857858
"es256": true,
859+
"es256k": true,
858860
"es384": true,
859861
"es512": true,
860-
"ps256": false,
861-
"ps384": false,
862-
"ps512": false
862+
"ps256": true,
863+
"ps384": true,
864+
"ps512": true,
865+
"eddsa": true
863866
},
864867
"authorUrl": "https://github.com/greyblake",
865868
"authorName": "Sergey Potapov",
@@ -868,7 +871,7 @@
868871
"installCommandMarkdown": [
869872
"git clone https://github.com/crystal-community/jwt.git"
870873
],
871-
"stars": 205
874+
"stars": 211
872875
}
873876
]
874877
},

0 commit comments

Comments
 (0)