dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
655 stars 141 forks source link

Change default column name for passport #91

Closed vladpopa33 closed 2 years ago

vladpopa33 commented 6 years ago

Is it possible for passport to do the password check using another column or why not even a different table?

I've tried overriding the getAuthPassword and validateForPassportPasswordGrant methods but it didn't worked.

I tried something like this. passport-lumen But it doesn't even call those methods.

paolopiccinini commented 5 years ago

have you seen #16 ?