ellaisys / aws-cognito

AWS Cognito package (with MFA Feature) using the AWS SDK for PHP/Laravel
https://ellaisys.github.io/aws-cognito/
MIT License
110 stars 41 forks source link

issue 82: fixed for first login failure after auto changing password #92

Closed amarnik closed 6 months ago

amarnik commented 6 months ago

when you set the flags: AWS_COGNITO_FORCE_PASSWORD_CHANGE_API=false AWS_COGNITO_FORCE_PASSWORD_AUTO_UPDATE_API=true to auto confirm user password login always fails on the first attempt.

Added AwsCognitoClaim() call after confirmPassword() and authenticate() calls.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud