mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
5309e8bb01
* fix: Don't report upstream OAuth provider errors to Sentry TokenError and AuthorizationError from passport-oauth2 represent input problems from the upstream provider (expired or already-redeemed codes, access_denied, etc) rather than server bugs. Log them at warn level and redirect with the standard auth-error notice instead of sending to the error reporter. * Warn-only for OAuth provider errors, keep redirect flow shared Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>