Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
apps/desktop/src/services/auth-service.ts: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: The application previously fell back to using an access token as an identity credential when an ID token was missing from a refresh response, allowing potential authentication bypasses if the token structure was manipulated. Developers must ensure that 'getIdToken' strictly enforces the presence and validity of the ID token.