@e280/authlocal
Version:
User-sovereign login system for everybody
11 lines • 545 B
JavaScript
//
// this file exports everything the *authority* app needs.
// the comments tell a linear story about the flow.
//
export { generateIdentity } from "../concepts/identity/identity.js";
// the user can save their seed, or recover their identity from seed.
export { seedPack } from "../concepts/identity/seed.js";
export { seedRecover } from "../concepts/identity/seed.js";
export { dedupeIdentities } from "../concepts/identity/identity.js";
export { generateSession } from "../concepts/session/session.js";
//# sourceMappingURL=authority.js.map