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