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 533bfc6 commit af8537aCopy full SHA for af8537a
reference/configuration/security.rst
@@ -612,6 +612,12 @@ persisting the encoded password alone is enough.
612
All the encoded passwords are ``60`` characters long, so make sure to
613
allocate enough space for them to be persisted.
614
615
+.. tip::
616
+
617
+ A simple technique to make tests much faster when using BCrypt is to set
618
+ the cost to ``4``, which is the minimum value allowed, in the ``test``
619
+ environment configuration.
620
621
.. _reference-security-firewall-context:
622
623
Firewall Context
0 commit comments