We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e9a8aa + 5ec89c6 commit a62bf14Copy full SHA for a62bf14
src/data/libraries-next.json
@@ -848,18 +848,21 @@
848
"nbf": true,
849
"iat": true,
850
"jti": true,
851
+ "typ": true,
852
"hs256": true,
853
"hs384": true,
854
"hs512": true,
855
"rs256": true,
856
"rs384": true,
857
"rs512": true,
858
"es256": true,
859
+ "es256k": true,
860
"es384": true,
861
"es512": true,
- "ps256": false,
- "ps384": false,
862
- "ps512": false
+ "ps256": true,
863
+ "ps384": true,
864
+ "ps512": true,
865
+ "eddsa": true
866
},
867
"authorUrl": "https://github.com/greyblake",
868
"authorName": "Sergey Potapov",
@@ -868,7 +871,7 @@
871
"installCommandMarkdown": [
869
872
"git clone https://github.com/crystal-community/jwt.git"
870
873
],
- "stars": 205
874
+ "stars": 211
875
}
876
]
877
0 commit comments