- Register with email and password
- Confirmation code sent to email
- Confirmation code verification
- Sign In for verified users
- Sign Out
- Password change or reset
- Default Attributes (name, email, phone, etc.)
- Custom Attributes (other phone numbers, custom addresses, etc.)
http://auth-cognito-attributes.s3-website-ap-southeast-1.amazonaws.com/home
let me know if you have some questions
add src/components/config.js file to contain the following: export const poolData = { UserPoolId: '', ClientId: '' }
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test