Skip to content

Conversation

JaredSnider-Bitwarden
Copy link

@JaredSnider-Bitwarden JaredSnider-Bitwarden commented Jul 17, 2025

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-22661

📔 Objective

To build out the SDK portion of the new Auth/SendAccess feature which serves out SendAccessTokens for successful authN requests.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation
    team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link
Contributor

github-actions bot commented Jul 17, 2025

Logo
Checkmarx One – Scan Summary & Detailsb50609dd-6ee8-44c7-98e1-f232e56a4e35

Great job! No new security vulnerabilities introduced in this pull request

Copy link

codecov bot commented Jul 17, 2025

Codecov Report

❌ Patch coverage is 92.68293% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.73%. Comparing base (f52e521) to head (bf85519).

Files with missing lines Patch % Lines
...th/src/send_access/api/token_api_error_response.rs 92.97% 43 Missing ⚠️
...rden-auth/src/send_access/access_token_response.rs 44.44% 15 Missing ⚠️
...arden-auth/src/send_access/access_token_request.rs 96.35% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #351      +/-   ##
==========================================
+ Coverage   76.10%   76.73%   +0.63%     
==========================================
  Files         264      268       +4     
  Lines       24045    24903     +858     
==========================================
+ Hits        18299    19109     +810     
- Misses       5746     5794      +48     

☔ View full report in Codecov by Sentry.
📢 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.

…flat structures and test utilities wiremock and zeroize.
…ng C dynamic lib, build a normal rust lib (rlib) for this crate since a C dynamic lib can't be used to run E2E tests.
…n have output codes instead of sentences but we can still deserialize error descriptions from server.
…h optional error desc so we can make it truly optional in typescript
…perly handle all known identity server responses + integrate our new, custom send_access_error_type enum for better handling instead of depending on a brittle, freeform error desc.
Copy link

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.

2 participants