MLH-Fellowship/0.2.1-donation-trigger

Implement User Authorization

Closed this issue · 1 comments

Using Amplify, Twitter, or Instagram depending on which provides the most functionality

After digging around the Twitter API user auth flow, auth at the simplest level could be a single button on our UI.

We could persist the token and secret in the user browser through cookies, and store data in our backend by Twitter handle, which we query the Twitter API for each time the user accesses our site.