Is it possible to create verifiers for custom providers (apple and twitter/x) and apply them to the buttons in the modal? In all the examples that I see I need to create buttons in my UI to sign in with Apple and Twitter/X.
Yes, it’s possible. Please have a look at this example in ModalSDK.
You have to create the verifiers in http://dashboard.web3auth.io/:
select a Login Provider → Social Logins and choose the login platform corresponding to this verifier.
Also check the code to add the verifier: https://github.com/Web3Auth/web3auth-pnp-examples/blob/4341c65480b3a106ed1724c6b96bad76d28a4b85/web-modal-sdk/custom-authentication-modal-example/src/App.tsx#L80C13-L85C17
Please contact me if you have any further question.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.