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

Allow multivalue headers #6

Merged
merged 3 commits into from
Feb 16, 2019
Merged

Allow multivalue headers #6

merged 3 commits into from
Feb 16, 2019

Conversation

dbartholomae
Copy link
Owner

@dbartholomae dbartholomae commented Feb 16, 2019

The httpHeaderNormalizer middleware transforms the Authorization header from a string into an array with one string. Handle this format as well.

The httpHeaderNormalizer middleware transforms the Authorization header from a string into an array with one string. Handle this format as well.
@codecov
Copy link

codecov bot commented Feb 16, 2019

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          54     57    +3     
  Branches        4      5    +1     
=====================================
+ Hits           54     57    +3
Impacted Files Coverage Δ
src/JWTAuthMiddleware.ts 100% <100%> (ø) ⬆️
src/interfaces/IAuthorizedEvent.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ba8736...7d30dd1. Read the comment docs.

@dbartholomae dbartholomae merged commit c7840e7 into master Feb 16, 2019
@dbartholomae dbartholomae deleted the allow_multivalue_headers branch February 16, 2019 11:58
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