feat(docker): add docker support for persist authorization variable (#6832)

This commit is contained in:
Amir Bitaraf Haghighi
2021-01-14 00:53:44 +03:30
committed by GitHub
parent d80cc40dc4
commit a7ba55ad03
2 changed files with 5 additions and 1 deletions

View File

@@ -79,6 +79,10 @@ const standardVariables = {
type: "string", type: "string",
name: "oauth2RedirectUrl" name: "oauth2RedirectUrl"
}, },
PERSIST_AUTHORIZATION: {
type: "boolean",
name: "persistAuthorization"
},
SHOW_MUTATED_REQUEST: { SHOW_MUTATED_REQUEST: {
type: "boolean", type: "boolean",
name: "showMutatedRequest" name: "showMutatedRequest"

View File

@@ -89,7 +89,7 @@ Parameter name | Docker variable | Description
Parameter name | Docker variable | Description Parameter name | Docker variable | Description
--- | --- | ----- --- | --- | -----
<a name="persistAuthorization"></a>`persistAuthorization` | _Unavailable_ | `Boolean=false`. If set to `true`, it persists authorization data and it would not be lost on browser close/refresh <a name="persistAuthorization"></a>`persistAuthorization` | `PERSIST_AUTHORIZATION` | `Boolean=false`. If set to `true`, it persists authorization data and it would not be lost on browser close/refresh
### Instance methods ### Instance methods