Update JWTVerify.mjs

Enabled ESRSA verification.
This commit is contained in:
aussieklutz 2021-02-06 17:58:49 +10:00 committed by GitHub
parent 63dff0d34d
commit fa05cf1d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -48,7 +48,11 @@ class JWTVerify extends Operation {
"HS384", "HS384",
"HS512", "HS512",
"RS256", "RS256",
"RS384",
"RS512", "RS512",
"ES256",
"ES384",
"ES512",
"none" "none"
]}); ]});