My objective is to be able to create the same wallet/key for a user regardless of whether the user signs in with her Google account or Twitter account.
I read that an aggregate verifier is needed (https://web3auth.io/docs/custom-authentication/verifiers#aggregate-verifiers).
At the same time, the self-host option (https://web3auth.io/docs/sdk/self-host/) seemingly can achieve this objective as well.
Are these two options both viable to achieve this goal?
Originally posted by: auracheeze
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1162