"Connecting" or "logging in" to Zerion effectively means "to access the user's Ethereum account(s)".

We recommend that you provide a button to allow the user to connect Zerion to your dapp. Clicking this button should call the following method:

ethereum.request({ method: 'eth_requestAccounts' });