aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-09-24 21:41:16 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2017-09-24 21:41:16 +0200
commit38308e6d1353eda587d676ac40ce489c638fb0c3 (patch)
treed4e827efdaaf6d50b75cd7df9881e65f8c9ec978 /guides/source/configuring.md
parent9d79d77813c3aca010a5b40cacbd6e68f42ce618 (diff)
downloadrails-38308e6d1353eda587d676ac40ce489c638fb0c3.tar.gz
rails-38308e6d1353eda587d676ac40ce489c638fb0c3.tar.bz2
rails-38308e6d1353eda587d676ac40ce489c638fb0c3.zip
[ci skip] Attempt a new explanation for rotations.
It's become clear to me that the use case is still a bit muddy and the upgrade path is going to be tough for people to figure out. This attempts at understanding it better through documentation, but still needs follow up work. [ Michael Coyne & Kasper Timm Hansen ]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 86c8364d83..0f87d73d6e 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -493,10 +493,8 @@ Defaults to `'signed cookie'`.
* `config.action_dispatch.signed_cookie_digest` sets the digest to be
used for signed cookies. This defaults to `"SHA1"`.
-* `config.action_dispatch.cookies_rotations` is set to an instance of
- [RotationConfiguration](http://api.rubyonrails.org/classes/ActiveSupport/RotationConfiguration.html).
- It provides an interface for rotating keys, salts, ciphers, and
- digests for encrypted and signed cookies.
+* `config.action_dispatch.cookies_rotations` allows rotating
+ secrets, ciphers, and digests for encrypted and signed cookies.
* `config.action_dispatch.perform_deep_munge` configures whether `deep_munge`
method should be performed on the parameters. See [Security Guide](security.html#unsafe-query-generation)