1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

refactor: introduce @bitwarden/token-provider

feat(token-provider): add TokenProvider abstraction and export from index

feat(token-provider): implement TokenProviderService (lift-and-shift of token logic from ApiService)

feat(token-provider): add prerelease header parity and flags import

feat(token-provider): export TokenProviderService from index
This commit is contained in:
addisonbeck
2025-08-08 19:16:24 -04:00
parent 63446fda81
commit 8d8edc0d9e
37 changed files with 830 additions and 349 deletions

1
.github/CODEOWNERS vendored
View File

@@ -24,6 +24,7 @@ apps/web/src/connectors @bitwarden/team-auth-dev
bitwarden_license/bit-web/src/app/auth @bitwarden/team-auth-dev
libs/angular/src/auth @bitwarden/team-auth-dev
libs/common/src/auth @bitwarden/team-auth-dev
libs/token-provider @bitwarden/team-auth-dev
## Tools team files ##
apps/browser/src/tools @bitwarden/team-tools-dev