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

Add missing vars for strict mode #53

Closed mattcroberts closed 2 years ago

mattcroberts commented 7 years ago

Add var keyword for loop variables, this became a problem when including this in a bundle with webpack/babel which uses strict mode.

jaredhanson commented 2 years ago

Merged, thanks!