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
Tornado's @web.authenticated redirects to login_url on failed authentication, but this isn't appropriate for the REST API. We should be raising a simple 403 instead of redirecting.