We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064d1ee commit 3cbfcb3Copy full SHA for 3cbfcb3
1 file changed
packages/catalyst/src/cli/lib/auth.ts
@@ -5,11 +5,13 @@ import { httpError } from './http-errors';
5
export const DEVICE_OAUTH_CLIENT_ID = 'b8063bu6hhml4e0lqh22yut63atsbyv';
6
export const DEVICE_OAUTH_SCOPES = [
7
'store_v2_information',
8
+ 'store_storefront_api',
9
'store_infrastructure_deployments_manage',
10
'store_infrastructure_logs_read_only',
11
'store_infrastructure_projects_manage',
12
'store_channel_settings',
13
].join(' ');
14
+
15
export const DEFAULT_LOGIN_URL = 'https://login.bigcommerce.com';
16
17
export const DeviceCodeResponseSchema = z.object({
0 commit comments