1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 04:14:04 +00:00

feat(auth): generate the logout lib

This commit is contained in:
addisonbeck
2025-06-03 17:52:27 -04:00
parent ebf250f63a
commit b36f956f93
13 changed files with 115 additions and 4 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