ArranJacques / laravel-aws-cognito-auth

An authentication driver for Laravel for authenticating users in AWS Cognito User Pools.
Other
74 stars 26 forks source link

Laravel 5.5 compatibility #7

Closed gabrielef closed 6 years ago

gabrielef commented 6 years ago

Hi, have you already tested the compatibility with Laravel 5.5?

Thank you Gabriele

sparky-dog commented 6 years ago

I've encountered the same compatibility issue too. it's telling me that it requires Laravel v.5.4x ....

ArranJacques commented 6 years ago

Hi

No I haven't had a chance to test it yet. I'm going to try and test it on 5.5 some point today or tomorrow and will address any compatibility issues.

Thanks

getafixx commented 6 years ago

yes I would also really like to see this also for Laravel 5.5 - but thanks and keep up the good work!

zoul0813 commented 6 years ago

FYI - I updated the Laravel Deps to 5.5 in my fork's develop branch, and it appears to be working so far. I haven't tested it thoroughly, but so far, it has not broken auth in my project.

ArranJacques commented 6 years ago

Sorry it took so long to address this. Initially I had other projects that needed to be worked on first, and then I just forgot.

I've updated the dependencies so it now works with Laravel 5.4 and 5.5.