jaredhanson / passport-openidconnect

OpenID Connect authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openidconnect/?utm_source=github&utm_medium=referral&utm_campaign=passport-openidconnect&utm_content=about
MIT License
188 stars 173 forks source link

check length of aud cliam #62

Closed doug-numetric closed 2 years ago

doug-numetric commented 6 years ago

I found this reading through the implementation. I think this what it should be. jwtClaims is an object. We are in a scope where jwtCliams.aud is an array.

jaredhanson commented 2 years ago

Merged, thanks!