const back = (req, res) => {
  const type = req.params.type;
  if (properties.server.auth[type].oauth === 1) {
    oauth1a.back(req, res);
  } else if (properties.server.auth[type].oauth === 2) {