This topic was originally posted by tkt193yk on 8/23/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
Hi team, I’m looking for the way to add email/password login on top of the implementation following the document.
I would like to ask you to elaborate on client side implementation.
I assume an idToken is issued after a user signs in with Cognito in the way you suggested.
So, what we need to do on our frontend is to pass the idToken as extraLoginOptions instead of using the Cognito domain as follows?
The major thing to note here is the domain option in the extraLoginOptions object. This is the domain of your AWS Cognito pool so that you can be redirected to login there directly from the Web3Auth Plug and Play No Modal SDK.