/react-cognito-auth

A sample authentication app implemented with a server-less architecture, using cognito User Pools, API Gateway, react

Primary LanguageJavaScript

React Cognito Auth

A sample authentication app implemented with a server-less architecture, using Cognito User Pools, API Gateway, React and Redux.

This app used Calm breeze login screen design. Thanks!

Please see here for how to make CognitoUserPools.

example movie

set .env

REACT_APP_USER_POOL_ID=xxxxx
REACT_APP_CLIENT_ID=xxxxx
REACT_APP_ENDPOINT=xxxxx

install

Please create Cognito User Pool before start app.

npm install
npm start