You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2020. It is now read-only.
You might want to be able to change other options to ActiveSupport::MessageVerifier (for instance, change your serialiser from Marshal to JSON, or digest from SHA1 to SHA512.)
Might be nice to support different verifiers on-the-fly, so you have a deprecated one that unserialises with Marshal, whilst the current active one uses JSON, to migrate from Marshal to JSON on-the-fly without logging everyone out.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You might want to be able to change other options to
ActiveSupport::MessageVerifier
(for instance, change your serialiser from Marshal to JSON, or digest from SHA1 to SHA512.)Might be nice to support different verifiers on-the-fly, so you have a deprecated one that unserialises with Marshal, whilst the current active one uses JSON, to migrate from Marshal to JSON on-the-fly without logging everyone out.
The text was updated successfully, but these errors were encountered: