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

Fix the socialite provider after they pushed a revert #178

Merged
merged 8 commits into from
Feb 20, 2024

Conversation

hermesdj
Copy link
Contributor

less than an hour ago the Socialite repository maintainers have reverted their previous PR that created a breaking change on how authentication is handled to the token endpoint. This broke the previous PR I did to fix the 500 error on our side. Now we have a 401 error because the Authentication header is missing.

I created an issue on their repo yesterday about the breaking change, they dismissed it saying they did not maintain our provider (no shit) and closed the issue (so I created the PR here to fix the issue because they would'nt fix it on their repo) and the next day another guy says he has an issue and suddenly the change is reverted... Blows my mind.

Anyway, I tested this one on my local docker env and it works. I basically reimplemented their previous change because it is more in line with the OAuth RFC to use the auth header to send clientId/clientSecret.

@Crypta-Eve Crypta-Eve merged commit 8bb84aa into eveseat:5.0.x Feb 20, 2024
3 checks passed
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