Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 375 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 375 Bytes

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