/amplify-demo

An experiment in using aws amplify to authenticate

Primary LanguageJavaScript

An expriment in using aws amplify to authenticate

This project was bootstrapped with Create React App.

Setup

Set some environment variables. Take these from your cognito dashboard.

export USER_POOL_ID=???
export USER_POOL_WEB_CLIENT_ID=???
export OAUTH_DOMAIN=???

Then

yarn install
yarn start