Skip to content

Commit 47a549c

Browse files
authored
refactor: avoid use of prototype attributes in keystore queries (#660)
Co-authored-by: Patrick Nappa <patrick.nappa@kashcade.com>
1 parent 7986346 commit 47a549c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/helpers/issuer.js

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ async function queryKeyStore({ kid, kty, alg, use }, { allowMulti = false } = {}
7575
ignoreUnknown: true,
7676
unorderedArrays: true,
7777
unorderedSets: true,
78+
respectType: false,
7879
});
7980

8081
// refresh keystore on every unknown key but also only upto once every minute

0 commit comments

Comments
 (0)