Library of utilities for Sign in with Aptos
npm install @aptos-labs/siwaA comprehensive library of utilities for implementing Sign in with Aptos (SIWA) authentication in your applications.
Sign in with Aptos (SIWA) provides a secure and user-friendly way for users to authenticate to off-chain resources by proving ownership of their Aptos account. This library simplifies the implementation of SIWA in both frontend and backend applications.
``bash``
pnpm add @aptos-labs/siwa
For more detailed documentation, examples, and API reference, please visit the official documentation.