UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

18 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.postUserRegistration = postUserRegistration; const cache_1 = require("./cache"); function postUserRegistration({ cache, } = {}) { const apiCache = (0, cache_1.cache)(cache); const state = { cache: apiCache, }; const api = { cache: apiCache, }; return { implementation: api, state, }; } //# sourceMappingURL=post-user-registration.js.map