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(github-like): correct Authorization header #856

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

coolaj86
Copy link
Member

@coolaj86 coolaj86 commented Jun 5, 2024

Re #855, caused by #852.

Additionally

  • Authorization: Basic <base64(user:token)> ALWAYS SUCCEEDS, even when the TOKEN IS INCORRECT
    (unless a rate-limit is hit)
  • Authorization: Bearer <token> FAILS ON ERROR, as expected.

So that needs to be updated too.

@coolaj86 coolaj86 merged commit 3263196 into main Jul 24, 2024
3 checks passed
@coolaj86 coolaj86 deleted the fix-github-like-authorization branch July 24, 2024 18:21
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