Skip to content

large app/shop/*authtoken refactor#3

Merged
hez merged 2 commits intomainfrom
feature/myshopify-domain-and-app-label
Apr 21, 2026
Merged

large app/shop/*authtoken refactor#3
hez merged 2 commits intomainfrom
feature/myshopify-domain-and-app-label

Conversation

@hez
Copy link
Copy Markdown

@hez hez commented Apr 16, 2026

The old names in these structures were incorrect and confusing, this brings them inline with how Shopify talks about them.

  • move to using app_handle instead of app_name for keys
  • AuthToken, UserAuthToken no longer have the app_name but now have the app_handle
  • move app.shop -> app.myshopify_domain
  • fixes a bug in AppServer in single app mode where trying to fetch an illegal app would actually fetch the default
  • The deprecated Webhook plug has been removed, the newer webhook handler should be used instead

hez added 2 commits April 16, 2026 12:23
The old names in these structures were incorrect and confusing, this brings them inline with how Shopify talks about them.

- move to using app_handle instead of app_name for keys
- AuthToken, UserAuthToken no longer have the app_name but now have the app_handle
- move app.shop -> app.myshopify_domain
- fixes a bug in AppServer in single app mode where trying to fetch an illegal app would actually fetch the default
- The deprecated Webhook plug has been removed, the newer webhook handler should be used instead
@hez hez merged commit 3cf74d8 into main Apr 21, 2026
@hez hez deleted the feature/myshopify-domain-and-app-label branch April 21, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant