- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Add auth to sdk #192
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
Add auth to sdk #192
Conversation
| Claude finished @justindbaur's task —— View job Code Review CompleteI've thoroughly reviewed this PR which adds the  Summary of ChangesThis PR integrates authentication capabilities into the Bitwarden Server SDK with the following key changes: 
 Critical Issues1.  | 
| 
 Great job! No new security vulnerabilities introduced in this pull request | 
| Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   39.56%   39.56%           
=======================================
  Files          40       40           
  Lines        1049     1049           
  Branches       85       85           
=======================================
  Hits          415      415           
  Misses        605      605           
  Partials       29       29           ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first Claude-reported issue isn't accurate but there are some other decent suggested improvements -- how about a follow-up PR with those improvements plus instructions file updates to clarify how middleware is used?

🎟️ Tracking
📔 Objective
This adds the now published
Bitwarden.Server.Sdk.Authenticationlibrary toBitwarden.Server.Sdk. It's enabled by default but able to be remove using<BitIncludeAuthentication>false</BitIncludeAuthentication>I am also following the pattern of using
README.mdas the more detailed documentation about how the package works or how it should be developed and usingPACKAGE.mdfor the documentation about how someone would consume the package.⏰ Reminders before review
🦮 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