We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9a885 commit 730dbb8Copy full SHA for 730dbb8
reference/configuration/security.rst
@@ -68,6 +68,18 @@ Each part will be explained in the next section.
68
Acme\DemoBundle\Entity\User3:
69
id: my.encoder.id
70
71
+ # BCrypt encoder
72
+ # see the note about bcrypt below for details on specific dependencies
73
+ Acme\DemoBundle\Entity\User4:
74
+ algorithm: bcrypt
75
+ cost: 13
76
+
77
+ # Plaintext encoder
78
+ # it does not do any encoding
79
+ Acme\DemoBundle\Entity\User5:
80
+ algorithm: plaintext
81
+ ignore_case: false
82
83
providers: # Required
84
# Examples:
85
my_in_memory_provider:
0 commit comments