@adobe/aio-cli-plugin-auth
Advanced tools
| { | ||
| "version": "3.1.0", | ||
| "version": "3.2.0", | ||
| "commands": { | ||
@@ -306,3 +306,3 @@ "auth:ctx": { | ||
| "description": "Invalidate the refresh token as well as all access tokens.\nOtherwise only the access token is invalidated. For Adobe IMS\ncontexts not supporting refresh tokens, this flag has no\neffect.", | ||
| "allowNo": false | ||
| "allowNo": true | ||
| } | ||
@@ -309,0 +309,0 @@ }, |
+1
-1
| { | ||
| "name": "@adobe/aio-cli-plugin-auth", | ||
| "description": "The IMS plugin to aio supports managing tokens for IMS such as login, logout, and retrieving and using tokens.", | ||
| "version": "3.1.0", | ||
| "version": "3.2.0", | ||
| "author": "Adobe", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/adobe/aio-cli-plugin-auth/issues", |
+2
-2
@@ -132,3 +132,3 @@ aio-cli-plugin-auth | ||
| _See code: [src/commands/auth/index.js](https://github.com/adobe/aio-cli-plugin-auth/blob/3.1.0/src/commands/auth/index.js)_ | ||
| _See code: [src/commands/auth/index.js](https://github.com/adobe/aio-cli-plugin-auth/blob/3.2.0/src/commands/auth/index.js)_ | ||
@@ -237,3 +237,3 @@ ## `aio auth ctx` | ||
| -c, --ctx=<value> Name of the Adobe IMS context to use. Default is the current Adobe IMS context | ||
| -f, --force Invalidate the refresh token as well as all access tokens. | ||
| -f, --[no-]force Invalidate the refresh token as well as all access tokens. | ||
| Otherwise only the access token is invalidated. For Adobe IMS | ||
@@ -240,0 +240,0 @@ contexts not supporting refresh tokens, this flag has no |
@@ -96,4 +96,3 @@ /* | ||
| char: 'f', | ||
| description: 'Force logging in. This causes a forced logout on the context first and makes sure to not use any cached data when calling the plugin.', | ||
| default: false | ||
| description: 'Force logging in. This causes a forced logout on the context first and makes sure to not use any cached data when calling the plugin.' | ||
| }), | ||
@@ -100,0 +99,0 @@ decode: Flags.boolean({ |
@@ -51,2 +51,4 @@ /* | ||
| char: 'f', | ||
| default: true, | ||
| allowNo: true, | ||
| description: `Invalidate the refresh token as well as all access tokens. | ||
@@ -53,0 +55,0 @@ Otherwise only the access token is invalidated. For Adobe IMS |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
56062
0.03%773
0.13%