How do I correctly configure SIWE? #3150
|
I have been using the One-Click Auth / SIWE documentation to enable SIWE on my web app. So far I have put the SIWE Client inside the src directory off my Next app, configured a route handler and passed the siweConfig object from the SIWE Client into the createAppKit() function. I'm trying to achieve the same sign in functionality you see here. As soon as the wallet is connected a sign in prompt appears asking the user prove the connected wallet belongs to them. For me the sign in prompt appears but when the 'Sign' button is clicked nothing happens in the browser or the command terminal. |
Replies: 2 comments 13 replies
|
please check this examples -> https://github.com/reown-com/web-examples/tree/main/dapps/appkit-siwe |
|
Hi @rtomas , I have a follow up question to this. Is common to see the Sign-in prompt each you refresh the page? |
please check this examples -> https://github.com/reown-com/web-examples/tree/main/dapps/appkit-siwe