UNPKG

@lit-protocol/auth-helpers

Version:

This submodule manages permissions and capabilities related to accessing specific resources on the blockchain. It utilizes features from the 'siwe' and 'siwe-recap' libraries to verify and handle data, allowing users to encode and decode session capabilit

13 lines (12 loc) 693 B
export * from './lib/auth-config-builder'; export * from './lib/generate-auth-sig'; export * from './lib/models'; export * from './lib/recap/recap-session-capability-object'; export * from './lib/recap/resource-builder'; export * from './lib/recap/utils'; export * from './lib/resources'; export * from './lib/session-capability-object'; export * from './lib/siwe/create-siwe-message'; export * from './lib/siwe/siwe-helper'; export { isResourceShorthandInput, transformShorthandResources, } from './lib/resource-shorthand-transformer'; export type { ResourceShorthandInput, ResourceShorthandObject, ResourceShorthandTuple, ShorthandAbilityType, } from './lib/resource-shorthand-transformer';