Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

rhoseno98
Copy link

@rhoseno98 rhoseno98 commented Oct 29, 2024

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

@atinux
Copy link
Owner

atinux commented Oct 31, 2024

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

@rhoseno98
Copy link
Author

yes, here to minimize the repetitive functions for access to the laravel passport provider. so that the configuration can be simpler

rhoseno and others added 2 commits November 1, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants