-
-
Notifications
You must be signed in to change notification settings - Fork 313
Multipass
Joshua Harms edited this page Dec 20, 2023
·
1 revision
Multipass login is for store owners who have a separate website and a Shopify store. It redirects users from the website to the Shopify store and seamlessly logs them in with the same email address they used to sign up for the original website. If no account with that email address exists yet, one is created. There is no need to synchronize any customer databases.
To create a multipass redirect url
string url = MultipassService.GetMultipassUrl(
new Customer() {
Email = "test@example.com",
MultipassIdentifier = Guid.Tostring(),
CreatedAt = DateTimeOffset.Now
....
},
Utils.MyShopifyUrl,
Utils.AccessToken
);