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 a1916e0 commit 20b36eaCopy full SHA for 20b36ea
priv/templates/phx.gen.auth/schema_token.ex
@@ -31,7 +31,7 @@ defmodule <%= inspect schema.module %>Token do
31
32
The reason why we store session tokens in the database, even
33
though Phoenix already provides a session cookie, is because
34
- Phoenix' default session cookies are not persisted, they are
+ Phoenix's default session cookies are not persisted, they are
35
simply signed and potentially encrypted. This means they are
36
valid indefinitely, unless you change the signing/encryption
37
salt.
0 commit comments