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
fix(auth): make state optional in OAuth callback for app install flow
GitHub App installation redirects to the callback with code and
installation_id but no state parameter. Accept both flows: OAuth login
(with state/CSRF validation) and post-install redirect (with
installation_id, no state).
0 commit comments