initialAuthenticationMode
prop and setting the value to connect-and-sign
.
connect-only
, but at
some point you want to authenticate your connected users (ie, prove ownership of
the wallet), then you can call authenticateUser
to trigger a sign request.
You can check the boolean isAuthenticating
to check on the status of a user
that is authenticating which will be either true
or false
.