UNPKG

@lit-protocol/auth-helpers

Version:

Advanced authentication utilities for managing blockchain resource permissions and capabilities within the Lit Protocol ecosystem. Built on top of SIWE (Sign-In with Ethereum) and SIWE-RECAP for robust authentication flows.

52 lines 1.37 kB
{ "name": "@lit-protocol/auth-helpers", "license": "MIT", "homepage": "https://github.com/Lit-Protocol/js-sdk", "repository": { "type": "git", "url": "https://github.com/LIT-Protocol/js-sdk" }, "keywords": [ "library" ], "bugs": { "url": "https://github.com/LIT-Protocol/js-sdk/issues" }, "type": "commonjs", "publishConfig": { "access": "public", "directory": "../../dist/packages/auth-helpers" }, "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b", "tags": [ "universal" ], "browser": { "crypto": false, "stream": false }, "version": "7.3.0", "dependencies": { "@ethersproject/abstract-provider": "5.7.0", "@ethersproject/contracts": "5.7.0", "@ethersproject/providers": "5.7.2", "@lit-protocol/accs-schemas": "^0.0.31", "@lit-protocol/contracts": "^0.0.74", "@openagenda/verror": "^3.1.4", "ajv": "^8.12.0", "bech32": "^2.0.0", "depd": "^2.0.0", "ethers": "^5.7.1", "siwe": "^2.3.2", "siwe-recap": "0.0.2-alpha.0", "util": "0.12.5", "@lit-protocol/access-control-conditions": "7.3.0", "@lit-protocol/constants": "7.3.0", "@lit-protocol/logger": "7.3.0", "@lit-protocol/misc": "7.3.0", "@lit-protocol/types": "7.3.0", "@lit-protocol/uint8arrays": "7.3.0", "tslib": "1.14.1" }, "main": "./src/index.js" }