jaredhanson / passport-openid

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

Add a new field in the AttributeExchange to support Yahoo display names. #10

Closed jplyle closed 11 years ago

jplyle commented 11 years ago

Yahoo does not return "http://axschema.org/namePerson/first", but requires "http://axschema.org/namePerson" instead. This commit adds the attribute.

jaredhanson commented 11 years ago

Thanks! Merged and published to npm as passport-openid v0.3.0.