Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #817 from Shopify/mention_oauth_guide_in_migration
Browse files Browse the repository at this point in the history
Add note about oauth changes to migration guide
  • Loading branch information
paulomarg authored Apr 11, 2023
2 parents e02a3f7 + f8e841e commit b6d58e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/quick-wombats-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions docs/migrating-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ The OAuth methods still behave the same way, but we've updated their signatures

See [Access modes](https://shopify.dev/docs/apps/auth/oauth/access-modes) for more details regarding how to use the `isOnline` parameter.

> **Note**: if you created your app before August 23, 2022, make sure you [update your embedded app OAuth flow](https://shopify.dev/docs/apps/auth/oauth/update/node-php) to follow our best practices.
1. `Shopify.Auth.beginAuth()` is now `shopify.auth.begin()`, it takes in an object, and it now also triggers a redirect response to the correct endpoint.
<div>Before

Expand Down

0 comments on commit b6d58e0

Please sign in to comment.