-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add laravel passport provider #264
base: main
Are you sure you want to change the base?
Conversation
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 |
Merge pull request #1 from atinux/main
# Conflicts: # CHANGELOG.md # package.json
Any plans on merging this, or making a generic OAuth provider available? |
+1 |
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