solidusio / solidus_bolt

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

User API endpoint #19

Closed DanielePalombo closed 2 years ago

DanielePalombo commented 2 years ago

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.

DanielePalombo commented 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.