From 61cf453528e193e8b5108d592b5abacf2f28e0f0 Mon Sep 17 00:00:00 2001 From: Zach Lukaszek Date: Fri, 25 Dec 2020 08:42:18 -0500 Subject: [PATCH] Clarifying FOSS FAQ item --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ab596..4873dcf 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ The fastest way to explore each data structure is to simply query the type and s No. During development, I did not have Apple hardware to test and build on. I do have a new Mac on the way, so I'll be doing a dmg release in mid-January.
Q. Is this an "open source" project?
-No. The source code is public, as I would never ask store owners to put such powerful Shopify access tokens into an application whose security they could not personally validate. While I hope this project can help you enhance the profits of your store, I retain the rights to sell or monetize the code itself. +No. This project is public-source freeware. The source code is public and the releases are code-signed so that users can ease potential security concerns. I, personally, would not enter powerful Shopify tokens into an application whose source I could not inspect. While I hope this project can help you enhance the profits of your store, I retain the rights to sell or monetize the project/code itself.
Q. Why does this use private tokens?
Private tokens give their bearer access to the entire history of your store. App tokens can only access the past 60 days worth of data. I chose private tokens to make SD more powerful.