instance method
encrypted_cookie_cipher
Ruby on Rails 8.0.4
Since v5.2.8.1 PrivateSignature
encrypted_cookie_cipher()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 304
def encrypted_cookie_cipher
request.encrypted_cookie_cipher || "aes-256-gcm"
end
Defined in actionpack/lib/action_dispatch/middleware/cookies.rb line 304
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Cookies::ChainedCookieJars