.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 11 Jul 2022 13:51:39 +0100
changeset 12713 b3f7c77c1f08
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.paseto: Fix to decode footer before comparison

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}