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

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaansyed committed Nov 7, 2023
1 parent e2c9091 commit 8efb29d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-pans-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopify/shopify-api": minor
---

Introduce token exchange API for fetching access tokens. This feature is currently unstable and is hidden behind the `unstable_tokenExchange` future flag.
2 changes: 1 addition & 1 deletion packages/shopify-api/future/flags.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface FutureFlags {
unstable_tokenExchange: boolean;
unstable_tokenExchange?: boolean;
}

export type FutureFlagOptions = FutureFlags | undefined;
Expand Down

0 comments on commit 8efb29d

Please sign in to comment.