mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
* feat: add full middleware pipeline support * Retrieve cookies from storage and attach cookies using Electron session * Register middleware to act on fetch redirect to acquire cookie for SSO * Add missing tests * fix: acquireCookies call * fix: cookies not getting set * feat: add vaultUrl to server communication config * feat: adapt to receiving vaultUrl in acquireCookies * fix: remove localhost connector override * Fix requests can't be re-used * Add small delay to ensure cookies are saved before retrying requests * Fix vaultUrl being set twice * Add mock clone method * Fix sso-cookie.main tests * Remove old FIXME * Re-use request and fix test * Add missing coverage checking that needsBootsrap is called * In case the hostname can't be extracted, the response is returned * Only check the responseType instead of also checking statuscodes for redirects * Bump the sdk-version * Prepend https:// if necessary before launching the connector url * Do not retry if needsBootstrap returns false --------- Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com> Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| config | ||
| desktop_native | ||
| fastlane | ||
| macos | ||
| native-messaging-test-runner | ||
| resources | ||
| scripts | ||
| src | ||
| stores | ||
| .gitignore | ||
| CLAUDE.md | ||
| crowdin.yml | ||
| custom-appx-manifest.xml | ||
| electron-builder.beta.json | ||
| electron-builder.json | ||
| installer.nsh | ||
| jest.config.js | ||
| package.json | ||
| postcss.config.js | ||
| project.json | ||
| README.md | ||
| sign.js | ||
| tailwind.config.js | ||
| test.setup.ts | ||
| tsconfig.json | ||
| tsconfig.main.json | ||
| tsconfig.preload.json | ||
| tsconfig.renderer.json | ||
| tsconfig.spec.json | ||
| webpack.base.js | ||
| webpack.config.js | ||
Bitwarden Desktop Application
The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.
Documentation
Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.

