You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
Make growth session users be able to support multiple emails.
The text was updated successfully, but these errors were encountered:
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:
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)
Make growth session users be able to support multiple emails.
The text was updated successfully, but these errors were encountered: