API Reference plug_rails_cookie_session_store v2.0.0
Modules
Stores the session in a cookie.
MessageEncryptor
is a simple way to encrypt values which get stored
somewhere you don't trust.
The cipher text and initialization vector are base64 encoded and
returned to you.
This can be used in situations similar to the MessageVerifier
, but where
you don't want users to be able to determine the value of the payload.
MessageVerifier
makes it easy to generate and verify messages
which are signed to prevent tampering.
For example, the cookie store uses this verifier to send data
to the client. Although the data can be read by the client, he
cannot tamper it.