feat(auth): add WorkOS and Keycloak SSO providers (P8-001) #210

Merged
jason.woltje merged 4 commits from feat/p8-001-sso-providers into main 2026-03-21 12:27:49 +00:00
Showing only changes of commit 307bb427d6 - Show all commits

View File

@@ -50,13 +50,16 @@ Add WorkOS and Keycloak as optional SSO providers to the BetterAuth configuratio
## Quality Gate Results
| Gate | Status |
| ------------------- | ------ |
| typecheck | |
| lint | |
| format:check | |
| test (@mosaic/auth) | |
| Gate | Status |
| ------------------- | -------------------------------------------- |
| typecheck | ✅ 32/32 cached green |
| lint | ✅ 18/18 cached green |
| format:check | ✅ All matched files use Prettier code style |
| test (@mosaic/auth) | ✅ 8/8 tests passed |
## Verification Evidence
⏳ Pending
- `pnpm typecheck` — FULL TURBO, 32 tasks successful
- `pnpm lint` — FULL TURBO, 18 tasks successful
- `pnpm format:check` — All matched files use Prettier code style!
- `pnpm --filter=@mosaic/auth test` — 8 tests passed, 0 failed