sfelix-martins / passport-multiauth-demo

This project is an implementation sample using the package Laravel Passport-Multiauth
7 stars 8 forks source link

Project uses older version of multi-auth #7

Closed SachinBahukhandi closed 5 years ago

SachinBahukhandi commented 5 years ago

Hi, Greetings and thank you for the working implementation of the multiauth. Its a cakewalk, however the repo uses an older version of multiauth. I tried to update the version to 4.0 and the example leads to this error: Argument 1 passed to Illuminate\Auth\Middleware\Authenticate::authenticate() must be of the type array, object given Kindly help. Thank you.

sfelix-martins commented 5 years ago

Hi, @SachinBahukhandi The version 4.0 required laravel 5.7. You should upgrade the laravel version before. Thanks!