module.exports = jefferson.router({
  routes: {
    '/': {
      get: [passport.authenticate('github', {scope: config.auth.github.scope})],
    },