daniel-de-wit / lighthouse-sanctum

Laravel Sanctum support for Laravel Lighthouse
MIT License
57 stars 9 forks source link

Problem with PR #77 #80

Closed xorinzor closed 2 years ago

xorinzor commented 2 years ago

I discovered an issue in your PR #77 .

The GraphQL/Mutations/Login controller on line 40 tries to look at a value of lighthouse-sanctum.identification.user_identifier_field_name.

But both your config and readme use lighthouse-sanctum.user_identifier_field_name instead

xorinzor commented 2 years ago

I'll create a fork with a fix