aws-cognito-angular-quickstart
aws-cognito-angular-quickstart copied to clipboard
An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
./createResources.sh fails to apply policies
When using the `createResources.sh` script, it's failing to capture the generated pool ids required for later commands. Example output: ``` → ./createResources.sh Enter the name for your resources (must be...
UserLoginService.logout() does not effectively sign out if Local Storage is used
I had a pretty simple use case where I just wanted to logout. When I route to /logout, the LogoutComponent calls the UserLoginService's logout() method. However, this then reroutes to...
Replace callbacks with Behavioral Subjects
You create a lot of tight coupling and testability woes by using callbacks. A more angular way would be to use Observables, probably based on Behavioral Subjects. You might also...
A number of source files in this project are missing trailing newlines. It's obviously not a BIG deal, but failing to include trailing newlines can break all kinds of command-line...
Cannot read property 'ddb' of undefined
Hi, it is a good example of how to use aws cognito to users manage, I am beginning in the programming world and I am learning. I have tested the...
LocalStack does not support cognito-idp or cognito-identity, so the quickstart app can't run on LocalStack. Suppported services are documented at https://github.com/localstack/localstack
Unable to get temporary credentials
Hi, I implemented your code in my angular project. I am able to fetch tokenID from AWS Cognito after verification but when I see credentials, it shows accessKeyId:undefined data:null expireTime:null...
How would you be able to maintain a valid token if a user were to have dashboard with 20 components loading on the page? Considering each component now does a...
### awslabs/aws-cognito-angular-quickstart now has a Chat Room on Gitter @vbudilov has just created a chat room. You can visit it here: [https://gitter.im/awslabs/aws-cognito-angular-quickstart](https://gitter.im/awslabs/aws-cognito-angular-quickstart?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...
what needs to change for federating using SAML? I don't see the login using corporate ID