Package Exports
- @lit-protocol/lit-auth-client
- @lit-protocol/lit-auth-client/src/index.js
- @lit-protocol/lit-auth-client/src/lib/providers/BaseProvider
- @lit-protocol/lit-auth-client/src/lib/providers/BaseProvider.js
- @lit-protocol/lit-auth-client/src/lib/utils
- @lit-protocol/lit-auth-client/src/lib/utils.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lit-protocol/lit-auth-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
lit-auth-client
lit-auth-client
makes it easy to manage PKP authentication with Lit Protocol. This library offers convenient classes for social logins, Ethereum wallet sign-ins, and minting and fetching of PKPs linked to auth methods.
📜 API Reference
Check out the API reference.
📦 Installation
Get started by installing the package:
yarn add @lit-protocol/lit-auth-client
🙌 Contributing
This library was generated with Nx.
Building
Run nx build lit-auth-client
to build the library.
Running unit tests
Run nx test lit-auth-client
to execute the unit tests via Jest.