mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +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 | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| CLAUDE.md | ||
| config.js | ||
| crowdin.yml | ||
| dev-server.shared.pem | ||
| Dockerfile | ||
| entrypoint.sh | ||
| jest.config.js | ||
| package.json | ||
| postcss.config.js | ||
| project.json | ||
| README.md | ||
| tailwind.config.js | ||
| test.setup.ts | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| webpack.base.js | ||
| webpack.config.js | ||
Bitwarden Web App
The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
Documentation
Please refer to the Web vault section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.