maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Set up Authentication #60

Open maxmagee opened 6 years ago

maxmagee commented 6 years ago
maxmagee commented 6 years ago

I'm not going to support Facebook or Google login for this project as both of those require registering developer accounts, which I don't particularly want to bother with. Removing that requirement from this issue.

maxmagee commented 6 years ago

I've set up an AWS account and using the Mobile Hub, I've enabled User Sign-In through Cognito. In Cognito I set up a user pool that authenticates using an e-mail address.

In the app, I've initialized the awsmobile project. I need to run awsmobile pull when I add a feature to the project in AWS.