spacebar/dist/Constants.js
2021-02-05 16:14:17 +01:00

5 lines
191 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.JWTOptions = void 0;
exports.JWTOptions = { algorithms: ["HS256"] };
//# sourceMappingURL=Constants.js.map