UNPKG

@tidecloak/js

Version:

Lightweight browser SDK for integrating TideCloak SSO into any JavaScript application-vanilla, SPA, or framework-agnostic.

4 lines (3 loc) 214 B
export { default as IAMService } from "./IAMService.js"; export { default as TideCloak, RequestEnclave, ApprovalEnclaveNew } from "../lib/tidecloak.js"; export { TideMemory, BaseTideRequest } from "heimdall-tide";