@berlingske-media/bm.node-module.gateway_jwt
Version:
AuthGateway JWT verification library based on public JWKS endpoint
9 lines • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./JwksClient"), exports);
tslib_1.__exportStar(require("./errors"), exports);
tslib_1.__exportStar(require("./integrations/config"), exports);
tslib_1.__exportStar(require("./integrations/fastify"), exports);
tslib_1.__exportStar(require("./integrations/express"), exports);
//# sourceMappingURL=index.js.map