Closed sabify closed 3 years ago
Hello,
Some providers like Google need to validate iss field against multiple values. It would be better to have HashSet type for iss field to validate multiple iss values instead of using multiple validation objects and multiple validations.
iss
HashSet
Can you do a PR with a hashset on https://github.com/Keats/jsonwebtoken/pull/160 ?
Done. #173
Hello,
Some providers like Google need to validate
iss
field against multiple values. It would be better to haveHashSet
type foriss
field to validate multipleiss
values instead of using multiple validation objects and multiple validations.