Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpgross committed Jun 11, 2024
1 parent 5f7d234 commit ef54cdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Unreleased
----------
- ⚠️ [Breaking] Removes `ShopifyApp::JWTMiddleware`. Any existing app code relying on decoded JWT contents set from `request.env` should instead include the `WithShopifyIdToken` concern and call its respective methods. [#1861](https://github.com/Shopify/shopify_app/pull/1861)
- Impacted values:
- `request.env["jwt.token"]`
- `request.env["jwt.shopify_domain"]`
- `request.env["jwt.shopify_user_id"]`
- `request.env["jwt.expire_at"]`
- Handle scenario when invalid URI is passed to `sanitize_shop_domain` [#1852](https://github.com/Shopify/shopify_app/pull/1852)

22.2.1 (May 6,2024)
Expand Down

0 comments on commit ef54cdc

Please sign in to comment.