UNPKG

@simulacrum/auth0-simulator

Version:

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

6 lines 187 B
export const noCache = () => (_, res, next) => { res.set("Pragma", "no-cache"); res.set("Cache-Control", "no-cache, no-store"); next(); }; //# sourceMappingURL=no-cache.js.map