UNPKG

@toruslabs/customauth

Version:

CustomAuth login with torus to get user private key

9 lines (8 loc) 305 B
export { createHandler } from "./handlers/HandlerFactory"; export { CustomAuth } from "./login"; export * from "./utils/enums"; export * from "./utils/error"; export * from "./utils/helpers"; export * from "./utils/interfaces"; export * from "./utils/PopupHandler"; export * from "./utils/StorageHelper";