From ea41892fef208b10c1bb322de7683c39ebab3dd5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:01:01 +0100 Subject: :wrench: build --- dist/util/Constants.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dist/util/Constants.js (limited to 'dist/util/Constants.js') diff --git a/dist/util/Constants.js b/dist/util/Constants.js new file mode 100644 index 00000000..d65f8185 --- /dev/null +++ b/dist/util/Constants.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.JWTOptions = void 0; +exports.JWTOptions = { algorithms: ["HS256"] }; +//# sourceMappingURL=Constants.js.map \ No newline at end of file -- cgit 1.5.1