aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/messages
Commit message (Expand)AuthorAgeFilesLines
* Allow `on_rotation` in MessageEncryptor to be passed in constructor:Edouard CHIN2019-06-061-4/+5
* Fix RotationConfiguration test and remove nil-kind rotates.Kasper Timm Hansen2017-09-241-4/+1
* Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-5/+5
* Remove advanced key generator rotations from verifier/encryptor.Kasper Timm Hansen2017-09-241-34/+6
* Infer options from the primary verifier.Kasper Timm Hansen2017-09-241-4/+7
* [ci skip] RotationConfiguration is an implementation detail, not public API.Kasper Timm Hansen2017-09-241-1/+1
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-232-0/+106
* Perform self-serialization once metadata is involved.Kasper Timm Hansen2017-08-131-17/+32
* Fix all rubocop violationsRafael Mendonça França2017-08-031-0/+1
* Let Metadata instance handle purpose coercion.Kasper Timm Hansen2017-07-231-4/+4
* Remove dependency on `from_now` extension.Kasper Timm Hansen2017-07-231-1/+1
* Add expires_at, expires_in, and purpose meta_data to messages.Assain2017-07-191-0/+55