Redirect to redirectRootNoLogin endpoint for endpoints that need auth
If you manage to access /main/friends
when logged out it shows a broken timeline. It seems like it would be better for us to detect endpoints that require auth and redirect to redirectRootNoLogin
value. Obviously we can't do this for statuses, but I think we can do it for the timelines etc.