joselfonseca / lighthouse-graphql-passport-auth

Add GraphQL mutations to get tokens from passport for https://lighthouse-php.com/
https://lighthouse-php-auth.com/
MIT License
228 stars 56 forks source link

Add full support for Laravel Passport 12 #179

Closed Kauto closed 2 weeks ago

Kauto commented 1 month ago

I combined #172 and #171.

I use the fork of #172 in production since 2 months and it works fine. This PR should fix the missing tests.

joselfonseca commented 1 month ago

@Kauto Thanks for the PR, looks like the workflows still fail. Maybe we should consider droping old versions of passport and laravel and just use latest.

Kauto commented 1 month ago

@joselfonseca thanks for checking. I maybe fixed the tests. If they still fail I will drop old versions of passport and laravel like you suggested.

Kauto commented 1 month ago

It's working for me now. But I had to remove "prefer-lowest" in the test-matrix.

Kauto commented 3 weeks ago

@joselfonseca is everything ok now?