Skip to content

Commit 6adbf54

Browse files
authored
docs: add swagger_ui_extra_configuration.persistAuthorization (#2140)
* Update configuration.md Add persistAuthorization config option * Update configuration.md
1 parent 473e92e commit 6adbf54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/configuration.md

+3
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ return [
567567
// If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
568568
'filter' => false,
569569

570+
// If set to true, it persists authorization data and it would not be lost on browser close/refresh
571+
'persistAuthorization' => true,
572+
570573
// You can use any other configuration parameters too.
571574
],
572575
],

0 commit comments

Comments
 (0)