https://github.com/divyanshu-rawat/getting-started-aws-amplify
Amazon Cognito with AWS Amplify React Auth
https://github.com/divyanshu-rawat/getting-started-aws-amplify
amazon-cognito amazon-web-services authentication aws-amplify otp-auth react
Last synced: 2 months ago
JSON representation
Amazon Cognito with AWS Amplify React Auth
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/getting-started-aws-amplify
- Owner: divyanshu-rawat
- Created: 2018-08-11T18:09:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T21:01:37.000Z (almost 8 years ago)
- Last Synced: 2025-06-23T00:40:25.290Z (about 1 year ago)
- Topics: amazon-cognito, amazon-web-services, authentication, aws-amplify, otp-auth, react
- Language: JavaScript
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Amazon Cognito with AWS Amplify
## Setting up AWS services
If you do not have your AWS services already created, follow these steps. If you already have your services set up, just configure your aws-exports.js file.
1. from the root of the project, create awsmobile project
```
awsmobile init
```
2. add user sign-in / authentication (Amazon Cognito)
```
awsmobile user-signin enable
```
3. push new services to console
```
awsmobile push
```