Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.19k stars 374 forks source link

Add redirect to ThemeKit Access when password prefix matches pattern #933

Closed d-koval closed 3 years ago

d-koval commented 3 years ago

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