Hiya, We are using the core sdk with wallet & social login (all arev.4.3.0
)
We noticed yesterday that when using wallet login the metamask the adapter is rehydrated after refreshing the page but when calling authenticateUser
prompts the user with the SIWE message.
This was working fine a few days ago.
Steps to reproduce:
- Connect an external wallet using Metamask adapter (using
connectTo
, without invokingauthenticateUser
, default configurations with testnet) - Refresh the page
- The
connected
event is emitted with thereconnected
property set to true
In the past the reconnected
property was the only indication the call to authenticateUser
can be made without prompting the user. If authenticateUser
is invoked between steps 1 & 2 this doesn't occur
Originally posted by: shayg-grappa
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1283