Skip to content

JWT validation does not enforce iss or aud claims

09b7ed5
Select commit
Loading
Failed to load commit list.
Open

JWT validation does not enforce iss or aud claims #3553

JWT validation does not enforce iss or aud claims
09b7ed5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2026 in 0s

96.02% (+0.01%) compared to 4d6aba1

View this Pull Request on Codecov

96.02% (+0.01%) compared to 4d6aba1

Details

Codecov Report

❌ Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 96.02%. Comparing base (4d6aba1) to head (09b7ed5).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
modules/openid-auth/src/blaze/openid_auth.clj 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3553      +/-   ##
==========================================
+ Coverage   96.01%   96.02%   +0.01%     
==========================================
  Files         410      410              
  Lines       25541    25556      +15     
  Branches      645      644       -1     
==========================================
+ Hits        24522    24539      +17     
  Misses        487      487              
+ Partials      532      530       -2     
Files with missing lines Coverage Δ
modules/openid-auth/src/blaze/openid_auth/impl.clj 98.00% <100.00%> (ø)
modules/openid-auth/src/blaze/openid_auth/spec.clj 100.00% <100.00%> (ø)
modules/openid-auth/src/blaze/openid_auth.clj 97.05% <92.85%> (+1.40%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.