https://github.com/dotintent/aws-cognito-integrator
Example app, demonstrating AWS Cognito auth flows. Can be useful when integrating your application with AWS Cognito
https://github.com/dotintent/aws-cognito-integrator
Last synced: 27 days ago
JSON representation
Example app, demonstrating AWS Cognito auth flows. Can be useful when integrating your application with AWS Cognito
- Host: GitHub
- URL: https://github.com/dotintent/aws-cognito-integrator
- Owner: dotintent
- Created: 2022-08-24T03:02:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T03:15:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T11:54:39.169Z (over 1 year ago)
- Language: JavaScript
- Size: 377 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with AWS Cognito Integrator
1. Create a User Pool in AWS Cognito console
2. Create AppClient
3. Fill in all data inside the file `src/aws-exports.js`:
- `userPoolId` can be found in AWS Cognito -> [your user pool] -> General Settings -> Pool Id
- `userPoolWebClientId` can be found in AWS Cognito -> App Clients -> [your app client] -> App client id
4. Install project dependencies
```
npm install
```
5. Run the project
```
npm run start
```