MLH-Fellowship/0.2.1-donation-trigger

Duplicate users are being created when a user logs onto the website more than once

Closed this issue · 0 comments

Since the User model has two separate IDs (id and twitterId), duplicates of the same handles are being created when a user logs into the website more than once.

This issue can be solved by just checking beforehand if a user with said twitterId already exists.