How can I synchronise with the connection and authentication status of the Web3Auth. For example to get the balance of the default account immediately the authentication is completed?
In particular, I want to listen to the web3auth.status changing. If the status is not_ready, I want to show an 'initialising...' message, and when it goes to either ready or connected, I would show the login and logged in views respectively.
ATM, I can see no way to listen to the event that is emitted when the web3auth moves from not_ready to ready.
Originally posted by: robport
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/649