A lot of 'try' authentication configs and replying with index to different routes - you could try setting up a single route that serves up index and use it as your redirectTo in the hapi-auth-cookie config in server.js, cutting out all the 'req.auth.isAuthenticated' checks as it's handled for you.
A lot of 'try' authentication configs and replying with index to different routes - you could try setting up a single route that serves up index and use it as your redirectTo in the hapi-auth-cookie config in server.js, cutting out all the 'req.auth.isAuthenticated' checks as it's handled for you.