Hook for signing in and signing out users with Abstract Global Wallet.
useLoginWithAbstract
hook to prompt users to sign up or sign into your application using Abstract Global Wallet
and optionally sign out once connected.
It uses the following hooks from wagmi under the hood:
login
: useConnect.logout
: useDisconnect.