istreeter / amplify-demo

An experiment in using aws amplify to authenticate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An experiment in using aws amplify to authenticate


Languages

Language:JavaScript 77.5%Language:HTML 17.7%Language:CSS 4.9%