[SOLVED] How to allow users to connect to my dapp without signing message?

Hey guys,

Right now, when users log in to my dapp, they have to sign a message which I get using Moralis (defi.finance). However, when I use websites like app.ens.domains, I have to sign no such message and can instantly connect.

Is there any way I can set up something like this for users of my website, so they don’t have to sign a message?

Thanks!

you can do that anytime, you can get the eth address from current web3 instance without having to sign a message, the difference when a message is signed is that you can be sure that the user really has that wallet address, if he doesn’t sign that message then someone could also change the eth address directly in front end

Thanks! I did it by using enableWeb3 and deactivateWeb3.

1 Like