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

fix: Fetch keyUsername from config in AwsCognitoServiceProvider #90

Closed jeffortegad closed 7 months ago

jeffortegad commented 8 months ago

When cognito_user_fields.email is set to a different value, the setting is not applied and the default value is used.

String to load configuration is missing 'cognito' prefix in AwsCognitoServiceProvider.

This PR fixes this issue by adding the prefix to the config string.

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

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

See analysis details on SonarCloud

amitdhongde commented 7 months ago

@jeffortegad Thank you for the fix