tiki-bar / app-shopify-extensions

Integrate mytiki.com with your Shopify Store
https://mytiki.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Save customer's decision to the backend #49

Closed ricardobrg closed 11 months ago

ricardobrg commented 11 months ago

As a developer I need to save the user decision to the backend so that it can be used to apply a discount.

What it is now

The customer's decision is not saved to the backend because the authentication is failing.

What it should be

The customer's decision should be saved in the backend with correct authentication.

Technical details

Check the JWT token validation.

Acceptance criteria

  1. Open the store and accepts the offer
  2. Login and check if the discount information is saved in the console
ricardobrg commented 11 months ago

The JWT authentication error is solved. The signature validation is failing. It was temporarily removed to unblock #15 and should be fixed in #60.