Open rhoseno98 opened 3 weeks ago
From what I see, this seems to be a generic OAuth Provider, wondering if we should just have defineOAuthEventHandler that need to get config directly to work
yes, here to minimize the repetitive functions for access to the laravel passport provider. so that the configuration can be simpler
This PR adds a generic provider for Laravel passport oauth. baseURL for your laravel app, userURL: path get user from your laravel app.
create clientId and clientSecret using:
php artisan passport:client
Feedback welcome