Hello,
I would like to know if it is possible to use Web3Auth default UI+UX (provided with the Plug n Play) with its user friendly onboarding process using an existing AWS Cognito user pool.
This user pool is already used in a production environment, our goal is to keep it and replace our current authentication method with Web3Auth.
Regarding this documentation, it seems its not possible ? Plug and Play vs Core Kit | Documentation
But after digging, this tutorial seems to show that it could be possible (if I dont use the no-modal option ?) https://web3auth.io/docs/guides/cognito#example-code
Thank you.
Hi, quick update on the above. We had a meet with Nakul Khanadali today to discuss this, below is the recap:
- We currently have a local setup of Web3Auth using JWT via Cognito
- This implementation goes through Cognito’s own login page and we would like to know if there is a way to use Web3Auth Modal instead while still using Cognito
- We would need to keep the classic Email/Password login method as an option in that modal
- In addition to the above, Cognito Login page doesn’t allow Wallet Connect so we would like to know if there is a way to use the Wallet Connect integrated to the Web3Auth modal to authenticate user against Cognito
Thanks.