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(server): Allow authorization bearer token header for API access #2944

Merged
merged 1 commit into from
Nov 19, 2023

fix(server): Allow cookies or authorization headers for API

c218202
Select commit
Loading
Failed to load commit list.
Merged

fix(server): Allow authorization bearer token header for API access #2944

fix(server): Allow cookies or authorization headers for API
c218202
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 19, 2023 in 0s

64.89% (+0.02%) compared to 601f3bb

View this Pull Request on Codecov

64.89% (+0.02%) compared to 601f3bb

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (601f3bb) 64.86% compared to head (c218202) 64.89%.
Report is 2 commits behind head on master.

Files Patch % Lines
...es/openneuro-server/src/libs/authentication/jwt.ts 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2944      +/-   ##
==========================================
+ Coverage   64.86%   64.89%   +0.02%     
==========================================
  Files         378      378              
  Lines       24221    24230       +9     
  Branches      864      868       +4     
==========================================
+ Hits        15710    15723      +13     
+ Misses       8511     8507       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.