Skip to content

Commit fdd5e02

Browse files
committed
auth_basic is a scalar type
1 parent 1f3870c commit fdd5e02

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
@@ -733,11 +733,11 @@ service into your autowired classes.
733733
auth_basic
734734
..........
735735

736-
**type**: ``array``
736+
**type**: ``string``
737737

738738
The username and password used to create the ``Authorization`` HTTP header
739739
used in HTTP Basic authentication. The value of this option must follow the
740-
format ``['username', 'password']``.
740+
format ``username:password``.
741741

742742
auth_bearer
743743
...........

0 commit comments

Comments
 (0)