aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.02k stars 548 forks source link

fix(aws-android-sdk-auth-userpools): Check actual password requirements in drop-in UI #3588

Closed mattcreaser closed 2 weeks ago

mattcreaser commented 3 weeks ago

Issue #, if available: #2370

Description of changes: Don't hardcode the minimum password length to six. Instead, check the passwordProtectionSettings defined in awsconfiguration.json and use those for client-side validation.

Screenshot_20240605_153943

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.