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

Consider only Authorization Bearer #104

Merged
merged 3 commits into from
Jan 12, 2023
Merged

Conversation

weisdd
Copy link
Owner

@weisdd weisdd commented Jan 12, 2023

  • Key changes:
    • From now on, Authorization header will be considered only if it's of Bearer type:
      • In practical terms, it means that requests in a misconfigured setup will fail earlier than before;
      • There's no change for properly configured setups.
  • Runtime and dependencies:
    • Go: 1.19.3 -> 1.19.5.

- From now on, `Authorization` header will be considered only if it's of `Bearer` type:
  - In practical terms, it means that requests in a misconfigured setup will fail earlier than before;
  - There's no change for properly configured setups.
@weisdd weisdd self-assigned this Jan 12, 2023
@weisdd weisdd merged commit a713445 into master Jan 12, 2023
@weisdd weisdd deleted the chore/authorization-bearer branch January 12, 2023 16:06
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.

1 participant