jaredhanson / passport-familysearch

FamilySearch authentication strategy for Passport and Node.js.
MIT License
7 stars 9 forks source link

Switch user profile from xml to json. Improve example app. #1

Closed redbugz closed 11 years ago

redbugz commented 12 years ago

I thought it would be nicer to use native JSON instead of XML. I also added support for emails in the user profile. The example app now demonstrates more of the features (logout, ensureAuthenticated, etc.)