Skip to content

Example app, demonstrating AWS Cognito auth flows. Can be useful when integrating your application with AWS Cognito

Notifications You must be signed in to change notification settings

dotintent/aws-cognito-integrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Install project dependencies
npm install
  1. Run the project
npm run start

About

Example app, demonstrating AWS Cognito auth flows. Can be useful when integrating your application with AWS Cognito

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published