Description
Themekit needs to make requests either to ThemeKit Access or to Shopify depending on the type of password token that user has. This should have no effect for existing Themekit users.
The solution checks whether user token starts with an identifiable prefix shptka_ and redirect all requests to the Theme Kit Access server.
Additional context
The issue is related to the new public ThemeKit Access app development.
Warn Checklist
[x] This changes the interface and requires a Major/Minor version change.
[x] I have :tophat:'d these changes by using the commands I changed by hand.
[ ] I have added a dependancy to the project.
[ ] I have considered any potential impact on node-themekit
Description Themekit needs to make requests either to ThemeKit Access or to Shopify depending on the type of password token that user has. This should have no effect for existing Themekit users.
The solution checks whether user token starts with an identifiable prefix
shptka_
and redirect all requests to the Theme Kit Access server.Additional context The issue is related to the new public ThemeKit Access app development.
Warn Checklist