Skip to content

Commit 6037185

Browse files
committed
Merge branch '4.4'
* 4.4: auth_basic is a scalar type
2 parents 581e02f + f99c8be commit 6037185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,11 +712,11 @@ service into your autowired classes.
712712
auth_basic
713713
..........
714714

715-
**type**: ``array``
715+
**type**: ``string``
716716

717717
The username and password used to create the ``Authorization`` HTTP header
718718
used in HTTP Basic authentication. The value of this option must follow the
719-
format ``['username', 'password']``.
719+
format ``username:password``.
720720

721721
auth_bearer
722722
...........

0 commit comments

Comments
 (0)