Hi Web3Auth Team,
I am trying to implement a login feature similar to https://app.decentral.games/
Details
- It should not show popup directly when users click login, it should show similar to what decentral (https://app.decentral.games/) implemented. It should show the 4-5 major social media as a "continue with" butttons. Instead of a presenting the same in a popup
- I also want users to connect their existing wallet using RainbowKit. Yes this is a different product but in docs I saw some integration so I though to mention this.
- If possible, then both of these logins (web3auth and rainbowkit) is wrapped in wagmi. Else if it cannot be done then atleast the web3auth part of non-popup should be wrapped in wagmi.
Solution as per my understanding
- Both web3auth and rainbowkit are different solutions, so we cannot bring in the same wagmi wrapper.
- web3auth object has more features than wagmi react hooks, so I am thinking of sharing this web3auth object to all using Context API or Recoil library.
- For RainbowKit, I can wrap it in wagmi, as almost all query can be done by wagmi react hooks for already created wallets.
Pressing Requirement
- I want to have a non-popup social media web3auth logins buttons without using the "custom authentication", where I need to set each social media by clientID and Oauth key differently. Instead I want web3auth to do so like by using web3auth/modal.[
the sign in button, before click
the interface "non-popup" after click.
](url)
Originally posted by: Le4kno3
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1340