An open API service indexing awesome lists of open source software.

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

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
```