1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

refactor(auth): initialize new logout lib

This commit is contained in:
addisonbeck
2025-05-27 14:12:01 -04:00
parent 32e6f44e7a
commit 0564f0ee9f
24 changed files with 60 additions and 33 deletions

1
.github/CODEOWNERS vendored
View File

@@ -18,6 +18,7 @@ apps/cli/src/auth @bitwarden/team-auth-dev
apps/desktop/src/auth @bitwarden/team-auth-dev
apps/web/src/app/auth @bitwarden/team-auth-dev
libs/auth @bitwarden/team-auth-dev
libs/logout @bitwarden/team-auth-dev
# web connectors used for auth
apps/web/src/connectors @bitwarden/team-auth-dev
bitwarden_license/bit-web/src/app/auth @bitwarden/team-auth-dev