Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 694 Bytes

Angular App to show login flow using Amplify

Login Page

Features:

  1. Enabled Custom Provider (Federated Identity)
  2. Fetching user details from identity token
  3. Calling a resource server to fetch message for user

Make sure your read my complete tutorial "Cognito Hosted UI with Amplify in Angular"

Also check out Spring boot resource server

Running

  1. Run npm install to install node modules.

  2. Update the cognito credentials in aws-exports.js

  3. Run ng serve -o to run the project.