Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle github_nickname with multiple emails #171

Open
FRFlor opened this issue Jun 6, 2022 · 0 comments
Open

Handle github_nickname with multiple emails #171

FRFlor opened this issue Jun 6, 2022 · 0 comments

Comments

@FRFlor
Copy link
Member

FRFlor commented Jun 6, 2022

Github supports the same account holding multiple emails. The Growth Sessions App, however, assumes 1 email per account.

This causes problems when people log in in the app using a different email account than they had before, whenever that happens the growth sessions app generates an entire new account for the person.

I can see 2 possible solutions for this:

  1. At the oauth callback, check if the github_nickname already exists, if it does, log that person in as that account. (Probably the easiest and quickest approach)

  2. Make growth session users be able to support multiple emails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant