Skip to content

Commit

Permalink
Fix typo in growing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 21, 2023
1 parent 75124ab commit 5a18f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Growing.pod
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Sessions in L<Mojolicious> pretty much just work out of the box once you start u
L<Mojolicious::Controller/"session">, there is no setup required, but we suggest setting a more secure passphrase with
L<Mojolicious/"secrets">.

$app->secrets(['Mojolicious rocks']);
app->secrets(['Mojolicious rocks']);

This passphrase is used by the HMAC-SHA256 algorithm to make signed cookies tamper resistant and can be changed at any
time to invalidate all existing sessions.
Expand Down

0 comments on commit 5a18f12

Please sign in to comment.