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(cfg): fix borked /v1/security/*token API endpoints by disabling verify sub claim in JWT to be string type in PyJWT >= 2.10 #32244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix(cfg): disable verify sub claim in JWT to be string type in PyJWT …

1ad857e
Select commit
Loading
Failed to load commit list.
Open

fix(cfg): fix borked /v1/security/*token API endpoints by disabling verify sub claim in JWT to be string type in PyJWT >= 2.10 #32244

fix(cfg): disable verify sub claim in JWT to be string type in PyJWT …
1ad857e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2025 in 0s

83.45% (+22.96%) compared to 76d897e

View this Pull Request on Codecov

83.45% (+22.96%) compared to 76d897e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.45%. Comparing base (76d897e) to head (1ad857e).
Report is 1445 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #32244       +/-   ##
===========================================
+ Coverage   60.48%   83.45%   +22.96%     
===========================================
  Files        1931      546     -1385     
  Lines       76236    39098    -37138     
  Branches     8568        0     -8568     
===========================================
- Hits        46114    32630    -13484     
+ Misses      28017     6468    -21549     
+ Partials     2105        0     -2105     

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