Update JWTVerify.mjs
Enabled ESRSA verification.
This commit is contained in:
parent
63dff0d34d
commit
fa05cf1d78
@ -48,7 +48,11 @@ class JWTVerify extends Operation {
|
||||
"HS384",
|
||||
"HS512",
|
||||
"RS256",
|
||||
"RS384",
|
||||
"RS512",
|
||||
"ES256",
|
||||
"ES384",
|
||||
"ES512",
|
||||
"none"
|
||||
]});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user