UNPKG

@aptos-labs/siwa

Version:
18 lines (10 loc) 609 B
# @aptos-labs/siwa A comprehensive library of utilities for implementing Sign in with Aptos (SIWA) authentication in your applications. ## Overview 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. ## Installation ```bash pnpm add @aptos-labs/siwa ``` ## Documentation For more detailed documentation, examples, and API reference, please visit the [official documentation](https://siwa.aptos.dev).