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

Password::INVALID_PASSWORD is NOT used in Laravel 6.x/7.x

Open alucard001 opened this issue 4 years ago • 0 comments

Please note that Password::INVALID_PASSWORD is not available in Laravel 6.x and 7.x API 6.x / API 7.x.

So if user (like me) runs Laravel > 5.8, this file will raise an error (Undefined class constant 'INVALID_PASSWORD').

Please take a look.

Thank you.

alucard001 avatar Jun 23 '20 09:06 alucard001