You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep GitHub sign-in data in session storage instead of persisting it
to local extension storage, and clear legacy auth data on access.
Add a stricter device-flow URL check before opening GitHub tabs,
restore avatar URL sanitization in the optimized renderer, and tighten
the extension CSP to match the allowed image sources.
Update tests and user-facing security copy to reflect the new session-
only auth behavior.
Co-authored-by: jonmartin721 <jonmartin721@users.noreply.github.com>
Your GitHub sign-in session is encrypted with AES-GCM encryption and stored securely on your device. It's only used for GitHub API access and never shared.
382
+
Your GitHub sign-in stays in Chrome session storage for the current browser session only. It's used only for GitHub API access and is cleared when the browser session ends.
0 commit comments