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