Skip to content

Commit 1500f2a

Browse files
authored
chore: add introspection scope to oauth flow (#172)
1 parent cd48484 commit 1500f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/clack-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ async function askForWizardLogin(options: {
589589
}): Promise<ProjectData> {
590590
const tokenResponse = await performOAuthFlow({
591591
cloudRegion: options.cloudRegion,
592-
scopes: ['user:read', 'project:read'],
592+
scopes: ['user:read', 'project:read', 'introspection'],
593593
signup: options.signup,
594594
});
595595

0 commit comments

Comments
 (0)