Updated algorithm selection

This commit is contained in:
Michael Rowley 2022-03-21 20:50:43 +00:00
parent 8332e39b6b
commit d23d98d2a0
3 changed files with 6 additions and 19 deletions

View file

@ -19,6 +19,5 @@ export const JWT_ALGORITHMS = [
"RS512",
"ES256",
"ES384",
"ES512",
"None"
"ES512"
];