Skip to content

Commit

Permalink
fix: use token as default auth (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Jul 26, 2024
1 parent 56f6d4a commit 468444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"properties": {
"snyk.advanced.authenticationMethod": {
"type": "string",
"default": "OAuth2 authentication",
"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.",
"enum": [
"OAuth2 authentication",
Expand Down

0 comments on commit 468444e

Please sign in to comment.