Archived Content from Web3Auth Community
This topic was originally posted by vishnu.rk on 5/23/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
- SDK Version: “@web3auth/single-factor-auth”: “^6.0.0”
Is it possible to get the same wallet created using PnP social login(verifier A - open login) if we start using single factor auth(verifier B - using firebase as jwt provider) from now on?
The wallet addresses didn’t match in the above case.
I also tried using the old verifier name(verifier A) and passed the idToken from firebase authentication, but it threw an error saying
Unhandled Runtime ErrorError: Error occurred while verifying paramsCould not get timesignedint from
Call Stack
eval
node_modules/@toruslabs/customauth/node_modules/@toruslabs/torus.js/dist/torusUtils.esm.js (78:0)
For SFA to work alongside the old login method, what should be done?