diff --git a/docs/appkit/features/siwx/default.mdx b/docs/appkit/features/siwx/default.mdx index 90f257ad..1d440074 100644 --- a/docs/appkit/features/siwx/default.mdx +++ b/docs/appkit/features/siwx/default.mdx @@ -1,7 +1,7 @@ --- -title: SIWX +title: Authentication (SIWX) --- import SiwxIndex from '../../shared/siwx/index.mdx' - \ No newline at end of file + diff --git a/docs/appkit/shared/siwx/index.mdx b/docs/appkit/shared/siwx/index.mdx index 2167d4be..272b2ce2 100644 --- a/docs/appkit/shared/siwx/index.mdx +++ b/docs/appkit/shared/siwx/index.mdx @@ -1,3 +1,5 @@ +import Button from '../../../components/button/index.js' + ## Introduction The **Sign In With X** feature enables decentralized applications (Dapps) to authenticate users seamlessly across multiple blockchain networks, such as Ethereum, Polygon or Solana. This feature allows developers using our SDK to implement authentication by having users sign a unique string message with their blockchain wallets. The **Sign In With X** feature is designed in accordance with the [CAIP-122](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-122.md) standard, which establishes a chain-agnostic framework for blockchain-based authentication and authorization on off-chain services. @@ -5,6 +7,9 @@ The **Sign In With X** feature enables decentralized applications (Dapps) to aut
+