diff --git a/docs/appkit/flutter/core/siwe.mdx b/docs/appkit/flutter/core/siwe.mdx index 904a5e1bd..0ae99883e 100644 --- a/docs/appkit/flutter/core/siwe.mdx +++ b/docs/appkit/flutter/core/siwe.mdx @@ -22,8 +22,8 @@ WalletConnect uses permissions expressed as ReCaps to enable a One-Click Authent In order for SIWE to work, you need to have a backend to communicate with. This backend will be used to generate a nonce, verify messages and handle sessions. More info [here](https://docs.login.xyz/sign-in-with-ethereum/quickstart-guide/implement-the-backend) -:::caution -This feature is currently in beta. To get it, change your dependency to use `web3modal_flutter: ^3.3.0-beta06` +:::info +This feature is supported from `web3modal_flutter: ^3.3.0` ::: ## Configure your SIWEConfig object