aws-cognito-angular-quickstart icon indicating copy to clipboard operation
aws-cognito-angular-quickstart copied to clipboard

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

Open svenakela opened this issue 7 years ago • 0 comments

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

  • Beanstalk deployment fails, see issue 74
  • After the createResources.sh is executed the userPoolId and clientId is still missing in the environment.ts files.
  • Deployed to S3, a user can register and gets in but can't login a second time (user don't match). Checking the user pool shows that the user do exist and is confirmed.
  • Even though the user credentials aren't accepted, it is possible to click on the account link and see the details. if another user was created before, it is actually the previous user's details that shows up.

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.

svenakela avatar Jun 09 '17 09:06 svenakela