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

Meet passport profile specification #89

Closed makuga01 closed 2 years ago

makuga01 commented 2 years ago

Add profile.emails and profile.username to make the module compatibile with http://www.passportjs.org/docs/profile/

jaredhanson commented 2 years ago

Merged, thanks! I'm removing the TypeScript definitions, however, because I don't want to maintain those in this module.