feat(docker): add docker support for persist authorization variable (#6832)
This commit is contained in:
committed by
GitHub
parent
d80cc40dc4
commit
a7ba55ad03
@@ -79,6 +79,10 @@ const standardVariables = {
|
||||
type: "string",
|
||||
name: "oauth2RedirectUrl"
|
||||
},
|
||||
PERSIST_AUTHORIZATION: {
|
||||
type: "boolean",
|
||||
name: "persistAuthorization"
|
||||
},
|
||||
SHOW_MUTATED_REQUEST: {
|
||||
type: "boolean",
|
||||
name: "showMutatedRequest"
|
||||
|
||||
@@ -89,7 +89,7 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user