Checkout Extensibility soft login

Hey everyone, I’m trying to build a checkout ui extension for the user to be able to soft login on the checkout page. Basically it reads the email field and then searches through the store’s users. Then the user clicks to login with SMS for example and enters the code. How can I authenticate the user after this?

1 Like

Would Multipass work for this scenario?

Yes it would work, but can I somehow automatically redirect the user to the multipass link? Right now i’ve been able to just set a link with the “to” prop set to the generated multipass url that the user has to press. I would like to make this process automated.

1 Like