Skip to content

feat(token-refresh): POC - Copy email to salt when exchanging refresh token for access token - #8127

Draft
Patrick-Pimentel-Bitwarden wants to merge 2 commits into
mainfrom
auth/poc/update-salt-on-refresh-token-exchange
Draft

feat(token-refresh): POC - Copy email to salt when exchanging refresh token for access token#8127
Patrick-Pimentel-Bitwarden wants to merge 2 commits into
mainfrom
auth/poc/update-salt-on-refresh-token-exchange

Conversation

@Patrick-Pimentel-Bitwarden

Copy link
Copy Markdown
Contributor

🎟️ Tracking

📔 Objective

📸 Screenshots

Comment on lines +292 to +297
catch (Exception e)
{
// Log and swallow exceptions from this non-critical backfill, as we don't want to fail
// refreshes due to issues writing the master password salt.
_logger.LogWarning(e, "Failed to update master password salt for user {UserId}.", userIdString);
}
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 62.88%. Comparing base (75b5158) to head (5f2adff).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...r/RequestValidators/CustomTokenRequestValidator.cs 95.83% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8127      +/-   ##
==========================================
+ Coverage   62.87%   62.88%   +0.01%     
==========================================
  Files        2310     2311       +1     
  Lines      100316   100353      +37     
  Branches     9028     9034       +6     
==========================================
+ Hits        63074    63111      +37     
+ Misses      35058    35057       -1     
- Partials     2184     2185       +1     

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

🚀 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.

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