function setup(app) {
  app.registerAuthStrategy = function (strategy) {
    passport.use(strategy);
  };