@villedemontreal/jwt-validator
Version:
Module to validate JWT (JSON Web Tokens)
15 lines • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.setTestingConfigurations = setTestingConfigurations;
const init_1 = require("../config/init");
const logger_1 = require("../utils/logger");
/**
* Call this when your need to set
* *Testing* configurations to the current
* library, without the need for a calling code
* to do so.
*/
function setTestingConfigurations() {
(0, init_1.init)((0, logger_1.getTestingLoggerCreator)(), () => 'test-cid', 'https://api.dev.interne.montreal.ca');
}
//# sourceMappingURL=testingConfigurations.js.map