Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 688 Bytes

File metadata and controls

21 lines (18 loc) · 688 Bytes

Introduction

This repo is about AWS cognito user management in ionic 3 application.

Refer below article for complete guidance,
https://medium.com/@shamique/aws-cognito-service-in-ionic-b234f21c27ef

Prerequisite

  • Ionic 3 intalled
  • NodeJS (Latest version)
  • AWS Cognito pool created

How to run ?

  • Clone the project into your machine
  • Inside the project folder, run npm install
  • Add Region, UserPoolId and ClientId in system-variable.ts file (../providers/system-variable/system-variable.ts)
  • run the project, ionic serve