2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-05 18:13:15 +00:00

Update JWTVerify.mjs

Enable verification of RSASHA256 and 512 tokens
This commit is contained in:
aussieklutz
2021-02-06 17:27:54 +10:00
committed by GitHub
parent ba66fd6546
commit 6984258404

View File

@@ -47,6 +47,8 @@ class JWTVerify extends Operation {
"HS256",
"HS384",
"HS512",
"RS256",
"RS512",
"none"
]});