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 302 forks source link

User can register, not login but still see the account settings #75

Open svenakela opened 7 years ago

svenakela commented 7 years ago

Unfortunately it seems the project is not working as expected at the moment.

It seems that the logout after a successful creation of a user is not cleaning the environment and there are session details left. When a second user tries to register and login the first user's data is interfering. This has been tested several times following the steps in readme.md, I am not able to solve the issue but is happy to help testing if needed to get the project running again.