bnoguchi/mongoose-auth

Add new recipe for OAuth login -> modify name + email -> go to app

Opened this issue · 3 comments

New feature request.

is this: on re-login the user object gets updated with latest hash from the provider?

If so, +1!

In particular, we're having to field support issues for when someone changes their github username on github, it will never update in our system. further, our user.github.login value is now out of date and can't be used to link to their github profile anymore.

Not what I meant by the issue, but I'll add this to the list of enhancements that I want to get to soon. I didn't realize you could change github usernames; good to know.

On Jul 19, 2011, at 2:11 AM, visnupreply@reply.github.com wrote:

is this: on re-login the user object gets updated with latest hash from the provider?

If so, +1!

In particular, we're having to field support issues for when someone changes their github username on github, it will never update in our system. further, our user.github.login value is now out of date and can't be used to link to their github profile anymore.

Reply to this email directly or view it on GitHub:
#17 (comment)

you can change it once I believe. more often, it's something like github.location or other things in the hash sent via oauth that would be nice to update on re-login, across all oauth, oauth2 modules..