laravel-cognito-auth icon indicating copy to clipboard operation
laravel-cognito-auth copied to clipboard

AWS Cognito Auth driver for Laravel

Results 2 laravel-cognito-auth issues
Sort by recently updated
recently updated
newest added

Please note that `Password::INVALID_PASSWORD` is not available in Laravel 6.x and 7.x [API 6.x](https://laravel.com/api/6.x/Illuminate/Support/Facades/Password.html) / [API 7.x](https://laravel.com/api/7.x/Illuminate/Support/Facades/Password.html). So if user (like me) runs Laravel > 5.8, [this file](https://github.com/Pod-Point/laravel-cognito-auth/blob/master/src/CognitoClient.php) will raise...

Hi, I am getting following error if password is not correct. (2/2) CognitoIdentityProviderException Error executing "AdminInitiateAuth" on "https://cognito-idp.us-east-2.amazonaws.com"; AWS HTTP error: Client error: `POST https://cognito-idp.us-east-2.amazonaws.com` resulted in a `400 Bad...