saifahn / expenseus

A serverless expense tracking app
0 stars 0 forks source link

Use user email as userID #82

Closed saifahn closed 2 years ago

saifahn commented 2 years ago

Overview

We don't need to obfuscate userIDs and dealing with emails makes more sense than using a randomly generated string.

saifahn commented 2 years ago

I think actually all I need to do is change the implementation in googleoauth so that ID uses googleUser.Email instead?