Closed DanielePalombo closed 2 years ago
This ticket is no more valid because working on https://github.com/nebulab/solidus_bolt/issues/49 we see that we don't need to sign with Bolt's Signing Secret but that we can call exists
API directly from JS.
Solidus will need to build an endpoint for Bolt to call and determine whether there is an existing merchant storefront account associated with a particular email. This endpoint should accept POST requests that are signed with Bolt’s Signing Secret and contain the shopper’s email address. When no account exists, the endpoint should return a 404 error. The endpoint can be whatever Solidus wants, so long as this is specified to Bolt.