Is web3uikit different from the Moralis authentication

I’ve a few questions regarding the Web3UiKit vs useMoralis authentication

When i try to login from the connect button of WebUiKit, it doesn’t authenticate. like when i see the isauthenticate it’s null whereas i think if i’m getting connected using web3uikit then the moralis authenticated gets filled too but it’s not the case.

so, what’s the difference between web3uikit and useMoralis?

You could try to look in the browser network tab to see what is the difference when they are used.

My expectation is that web3uikit is a front end component.

web3uikit does use react-moralis and isAuthenticated should change if you authenticate with <ConnectButton /> - make sure you’re logging isAuthenticated in a useEffect. You can post your code and your package.json dependencies if you have issues.