Hey @rp I am using the ThirdPartyPasswordless Recipe and i want to trigger the signIn flow from a totally custom button in a totally custom component, Is there any way to do this?
r
rp
04/17/2023, 3:55 PM
hey @showtim3 there is - checkout the using your own UI section in our docs and follow along.
If you are using supertokens-auth-react already, you don't need to import from supertokens-web-js (which the custom UI guide will tell you to do), but instead just import the same stuff from supertokens-web-js
s
showtim3
04/17/2023, 5:47 PM
hey that worked, thanks @rp
1 more question, I am using ThirdPartyPasswordless, is the email verification thing a total different recipe or do i have to use it in combination with the ThirdPartyPasswordless.
r
rp
04/18/2023, 6:19 AM
it's a different recipe, and you can use it alongside thirdpartypasswordless. It should be in our docs