diff --git a/lib/Dancer2/Manual/Tutorial.pod b/lib/Dancer2/Manual/Tutorial.pod index d3769f209..235e1f4b2 100644 --- a/lib/Dancer2/Manual/Tutorial.pod +++ b/lib/Dancer2/Manual/Tutorial.pod @@ -1566,6 +1566,15 @@ and add the module to your F: requires "Dancer2::Plugin::CryptPassphrase"; +This extension requires configuration as to which password encoder to +use. Add this to the C section of the F +file: + + CryptPassphrase: + encoder: + module: Argon2 + parallelism: 2 + From your shell, running the following will produce an encrypted password string: