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

JWT decoding for both base64url and base64 #12083

Merged
merged 3 commits into from
Jul 31, 2023

Refactoring variables

7563d09
Select commit
Loading
Failed to load commit list.
Merged

JWT decoding for both base64url and base64 #12083

Refactoring variables
7563d09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 18, 2023 in 0s

20.81% (-0.03%) compared to 5721da1

View this Pull Request on Codecov

20.81% (-0.03%) compared to 5721da1

Details

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (5721da1) 20.84% compared to head (7563d09) 20.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12083      +/-   ##
==========================================
- Coverage   20.84%   20.81%   -0.03%     
==========================================
  Files        1186     1186              
  Lines       98909    98922      +13     
  Branches    13780    13783       +3     
==========================================
- Hits        20616    20591      -25     
- Misses      75590    75628      +38     
  Partials     2703     2703              
Impacted Files Coverage Δ
...apimgt/common/gateway/dto/JWTConfigurationDto.java 0.00% <0.00%> (ø)
.../handlers/security/apikey/ApiKeyAuthenticator.java 0.00% <0.00%> (ø)
...gt/gateway/handlers/security/jwt/JWTValidator.java 52.27% <0.00%> (-0.32%) ⬇️
...java/org/wso2/carbon/apimgt/impl/APIConstants.java 58.24% <ø> (ø)
...o2/carbon/apimgt/impl/APIManagerConfiguration.java 13.51% <0.00%> (-0.04%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.