Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 589 Bytes

Get started

This is a fully functional Angular 6 Demo App with AWS Cognito login.

Installation

git clone https://github.com/tensult/ngx-cognito-login.git
cd ngx-cognito-login
npm install

Starting the App

ng serve

Once app is successfully started: open http://localhost:4200/ in your browser

Configure with you AWS account

Amazon Cognito Setup

  • Create cognito user pool.
  • Create cognito identity pool and associate with user pool.
  • Update src/app/auth/config.ts accordingly.