UNPKG

@simulacrum/auth0-simulator

Version:

Run local instance of Auth0 API for local development and integration testing

10 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noCache = void 0; const noCache = () => (_, res, next) => { res.set("Pragma", "no-cache"); res.set("Cache-Control", "no-cache, no-store"); next(); }; exports.noCache = noCache; //# sourceMappingURL=no-cache.js.map