From 69dc6327136dfa4fff23cafb3071672f7d92718b Mon Sep 17 00:00:00 2001 From: Arvyd Paeglit Date: Wed, 28 Aug 2024 16:52:19 +0200 Subject: [PATCH] fix: oauth2 authentication method by default (#520) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9e4b1fa33..d1b82cbe9 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,8 @@ "properties": { "snyk.advanced.authenticationMethod": { "type": "string", - "default": "Token authentication", - "description": "Specifies whether to authenticate with OAuth2 or with an API token. \n\nNote: OAuth2 is currently experimental. Once it is fully supported, using OAuth2 authentication is recommended as it provides enhanced security.", + "default": "OAuth2 authentication", + "description": "Specifies whether to authenticate with OAuth2 or with an API token. \n\nNote: OAuth2 authentication is recommended as it provides enhanced security.", "enum": [ "OAuth2 authentication", "Token authentication" @@ -74,7 +74,7 @@ "Uses the OAuth2 authentication", "Uses the legacy Snyk Token authentication." ], - "markdownDescription": "Specifies whether to authenticate with OAuth2 or with an API token. \n\nNote: OAuth2 is currently experimental. Once it is fully supported, using OAuth2 authentication is recommended as it provides enhanced security." + "markdownDescription": "Specifies whether to authenticate with OAuth2 or with an API token. \n\nNote: OAuth2 authentication is recommended as it provides enhanced security." }, "snyk.advanced.tokenStorage": { "type": "string",