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

Add OAuth backend #386

Merged
merged 5 commits into from
Jun 13, 2024
Merged

Add OAuth backend #386

merged 5 commits into from
Jun 13, 2024

Conversation

Boy132
Copy link
Member

@Boy132 Boy132 commented Jun 13, 2024

Backend for #385.
Doing the frontend only makes sense after we converted the client area to filament too.

For now I only added configs for github and discord for testing. More providers should be added when the frontend is been worked on.
I tested github by manually calling the endpoints, discord is untested but since the underlying system is the same it should also work.

app/Http/Controllers/Auth/OAuthController.php Outdated Show resolved Hide resolved
app/Http/Controllers/Auth/OAuthController.php Outdated Show resolved Hide resolved
app/Http/Controllers/Auth/OAuthController.php Show resolved Hide resolved
app/Http/Controllers/Base/OauthController.php Show resolved Hide resolved
app/Http/Controllers/Auth/OAuthController.php Show resolved Hide resolved
config/services.php Show resolved Hide resolved
routes/auth.php Outdated Show resolved Hide resolved
@Boy132 Boy132 merged commit 5a3c606 into pelican-dev:main Jun 13, 2024
15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 13, 2024
@Boy132 Boy132 deleted the feature/oauth-backend branch June 13, 2024 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants