amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

FIX: get credentials right after user logged in #59

Closed nickksun closed 7 years ago

nickksun commented 7 years ago

Without calling "get" method, identity data (e.g. cognito ID) cannot be retrieved right after user logs in.

How to replicate the issue?