File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,11 @@ used to add more entropy to security related operations. Its value should
37
37
be a series of characters, numbers and symbols chosen randomly and the
38
38
recommended length is around 32 characters.
39
39
40
- .. caution ::
41
-
42
- This configuration option's value is a real secret. You should treat it
43
- with a lot of care.
44
-
45
40
In practice, Symfony uses this value for encrypting the cookies used
46
41
in the :doc: `remember me functionality </security/remember_me >` and for
47
42
creating signed URIs when using :ref: `ESI (Edge Side Includes) <edge-side-includes >`.
43
+ That's why you should treat this value as if it were a sensitive credential and
44
+ **never make it public **.
48
45
49
46
This option becomes the service container parameter named ``kernel.secret ``,
50
47
which you can use whenever the application needs an immutable random string
You can’t perform that action at this time.
0 commit comments