mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
Steam OpenID 2.0 redirects back to /oauth/steam/callback after authentication, but nginx was not configured to proxy this path to the auth service, resulting in 404 errors. Added the location block alongside the existing /oauth/callback and /oauth/apple/callback blocks. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>