DavidHe1127 / aws-cognito-example

A client app leverages aws cognito to sign users up/in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-cognito-example

A client app leverages aws cognito to sign users up/in

To run the client app

Firstly, you need to save config_sample.json as config.json under src and fill it up with contents below:

{
  "region": "<COGNITO_REGION>",
  "identityPoolId": "<COGNITO_IDENTITY_POOL_ID>",
  "userPoolId": "<COGNITO_USER_POOL_ID>",
  "userPoolWebClientId": "<COGNITO_WEB_CLIENT_ID>"
}

Then, open a terminal and run:

npm i
npm start

To run the server app

See server/ directory for details

About

A client app leverages aws cognito to sign users up/in

License:MIT License


Languages

Language:JavaScript 85.7%Language:CSS 8.2%Language:HTML 6.1%