mongoose-auth icon indicating copy to clipboard operation
mongoose-auth copied to clipboard

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

Open bnoguchi opened this issue 14 years ago • 3 comments

New feature request.

bnoguchi avatar May 12 '11 19:05 bnoguchi

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.

visnup avatar Jul 19 '11 09:07 visnup

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, [email protected] 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: https://github.com/bnoguchi/mongoose-auth/issues/17#issuecomment-1605570

bnoguchi avatar Jul 21 '11 00:07 bnoguchi

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..

visnup avatar Jul 21 '11 06:07 visnup