Hello, In now I developing a web3 service using Web3Auth. it consists browser page / mobile app.
Architecture
- Browser (Vuejs / Nuxtjs / Single Page Application)
"@web3auth/base": "^1.1.0",
"@web3auth/coinbase-adapter": "^2.1.2",
"@web3auth/ethereum-provider": "^1.1.0",
"@web3auth/metamask-adapter": "^2.1.2",
"@web3auth/openlogin-adapter": "^2.0.2",
"@web3auth/web3auth": "^2.0.2",
- Mobile App (Flutter)
dependencies:
web3auth_flutter: ^1.0.3
- Common Plug and Play
SameClient ID
Problem and Purpose
I have read #421 and
A unique key is generated for each combination of a verifier and clientId
But, I sign in with Google Login on mobile / browser, but I have received different key.
How I should do?
Originally posted by: MizukiSonoko
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/955