black-bits / laravel-cognito-auth

MIT License
89 stars 53 forks source link

TemporaryPassword is incompatible with password settings. #14

Closed jariwiklund closed 5 years ago

jariwiklund commented 5 years ago

The method \BlackBits\LaravelCognitoAuth\CognitoClient::inviteUser uses Str::random(40) to generate a temporary password. This generation is too simple and incompatible with the possible "require special character" setting. Please remove the line (204) from the file to fix this issue.

oheck commented 5 years ago

fixed