Skip to content

Commit

Permalink
fix: default to token for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Jul 9, 2024
1 parent ece1ae5 commit 1605894
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 @@ -111,7 +111,7 @@
"type": "boolean",
"markdownDescription": "Use token authentication. It is recommended to keep this turned off, as the default OAuth2 authentication is more secure.",
"scope": "window",
"default": false
"default": true
},
"snyk.advanced.organization": {
"type": "string",
Expand Down

0 comments on commit 1605894

Please sign in to comment.