Skip to content

Commit

Permalink
add unstable_newEmbeddedAuthStrategy future flag to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzooeeyy committed Jan 25, 2024
1 parent 12ce518 commit 1887461
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16646,4 +16646,4 @@
]
}
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
"value": "",
"description": "Returns the same `admin` context (`AdminApiContext`) from `authenticate.webhook` that is returned from `authenticate.admin`.\n\nSee [authenticate.webhook](/docs/api/shopify-app-remix/authenticate/webhook#example-admin) for more details.",
"isOptional": true
},
{
"name": "unstable_newEmbeddedAuthStrategy",
"value": "",
"description": "Embedded apps will fetch access tokens via token exchange. This assumes app are using declarative scopes with Shopify managing installs.\n\nSee [Token Exchange](ZL:TODO link to shopify.dev) for more details.",
"isOptional": true
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ const data: LandingTemplateSchema = {
'\n\nSee [authenticate.webhook](/docs/api/shopify-app-remix/authenticate/webhook#example-admin) for more details.',
isOptional: true,
},
{
name: 'unstable_newEmbeddedAuthStrategy',
value: '',
description:
'Embedded apps will fetch access tokens via token exchange. This assumes app are using declarative scopes with Shopify managing installs.' +
'\n\nSee [Token Exchange](ZL:TODO link to shopify.dev) for more details.',
isOptional: true,
},
],
},
],
Expand Down

0 comments on commit 1887461

Please sign in to comment.