UNPKG

whodis-react-storage-browser

Version:

React hooks and components for secure, best practices authentication in seconds

8 lines 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadAuthenticationFromSSRReq = exports.storage = void 0; var storage_1 = require("./logic/storage"); Object.defineProperty(exports, "storage", { enumerable: true, get: function () { return storage_1.storage; } }); var loadAuthenticationFromSSRReq_1 = require("./logic/loadAuthenticationFromSSRReq"); Object.defineProperty(exports, "loadAuthenticationFromSSRReq", { enumerable: true, get: function () { return loadAuthenticationFromSSRReq_1.loadAuthenticationFromSSRReq; } }); //# sourceMappingURL=index.js.map