Class: ActionDispatch::Cookies::UpgradeLegacyEncryptedCookieJar

Inherits:
EncryptedCookieJar show all
Includes:
VerifyAndUpgradeLegacySignedMessage
Defined in:
lib/action_dispatch/middleware/cookies.rb

Overview

UpgradeLegacyEncryptedCookieJar is used by ActionDispatch::Session::CookieStore instead of EncryptedCookieJar if secrets.secret_token and secrets.secret_key_base are both set. It reads legacy cookies signed with the old dummy key generator and encrypts and re-saves them using the new key generator to provide a smooth upgrade path.

Constant Summary

Constants included from SerializedCookieJars

SerializedCookieJars::MARSHAL_SIGNATURE

Method Summary

Methods included from VerifyAndUpgradeLegacySignedMessage

#initialize, #verify_and_upgrade_legacy_signed_message

Methods inherited from EncryptedCookieJar

#initialize

Methods inherited from AbstractCookieJar

#[], #[]=, #initialize

Methods included from ChainedCookieJars

#encrypted, #permanent, #signed, #signed_or_encrypted