function *(err, user, info) {
      if (err || !user) {
        ctx.status = 401
        ctx.body = {}
      } else {