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 Picture field to Profile #105

Open danfitzgerald opened 1 year ago

danfitzgerald commented 1 year ago

This pull adds a photos field to profile. Picture according to OpenID specification should contain a url to a users profile picture.

This pull should also solve this issue on passport-google-oidc.

The pull modifies relevant tests that check the validity of the profile field.

danfitzgerald commented 1 year ago

@jaredhanson, is there anything left to do to get this merged?

This is my first PR!

kothariji commented 2 months ago

@jaredhanson any updates on this PR ?

or are there any other alternates/overrides to get the Picture of user in profile