Skip to content

Commit

Permalink
refactor: avoid use of prototype attributes in keystore queries (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Nappa <patrick.nappa@kashcade.com>
  • Loading branch information
pnappa and Patrick Nappa committed Feb 7, 2024
1 parent 7986346 commit 47a549c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers/issuer.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ async function queryKeyStore({ kid, kty, alg, use }, { allowMulti = false } = {}
ignoreUnknown: true,
unorderedArrays: true,
unorderedSets: true,
respectType: false,
});

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

0 comments on commit 47a549c

Please sign in to comment.