dartmouth-cs98 / 21f-visuol

21f-visuol created by GitHub Classroom
0 stars 0 forks source link

Potential error with email addresses #74

Open austinzhang1018 opened 2 years ago

austinzhang1018 commented 2 years ago

We need to normalize email addresses because we're currently using them as IDs for users.

By normalize we mean,

for example austin.zhang@gmail.com is currently viewed as a different user than Austin.zhang@gmail.com

For normalizing correctly, this might mean generating an ID through parsing an email address.