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: remove SP token fallback from gateway_routes entirely
Delete _get_token() and replace all call sites with extract_bearer_token(),
which requires a real user token (X-Forwarded-Access-Token or Authorization
Bearer) and raises 401 immediately if absent. No SP/service token fallback
anywhere in the request path.
Co-authored-by: Isaac
0 commit comments