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

Issue with Laravel 11 which uses Passport 12 #178

Closed ardito-procoders closed 2 weeks ago

ardito-procoders commented 2 months ago

I have a problem on my project setup. I am using Laravel 11 and that requires Passport ^12.0. On your package on the latest version 9.0.2, I see "laravel/passport": "^9.0 || ^10.0 || ^11.0" On master this is updated to ^12.0 but there is no release. A release that covers Passport 12 version would be great.

sandromedina commented 2 months ago

Hi! I've been waiting for the same feature for a while. Ate teh moment there ars somo pull requests but they cause some tests to fail.

joselfonseca commented 2 weeks ago

New version published from this PR https://github.com/joselfonseca/lighthouse-graphql-passport-auth/pull/179