diff options
author | Logan Leger <logan@loganleger.com> | 2014-11-21 17:52:22 -0600 |
---|---|---|
committer | Logan Leger <logan@loganleger.com> | 2014-12-01 21:43:16 -0600 |
commit | 7ad541f955dfa396f4a6b29700bed2e188cd9187 (patch) | |
tree | 51b05babd4c4a1484b609a85365fff736197c2cd /activesupport/test/notifications_test.rb | |
parent | cd77755ae46616f24ae0ad2e586be528bb326be1 (diff) | |
download | rails-7ad541f955dfa396f4a6b29700bed2e188cd9187.tar.gz rails-7ad541f955dfa396f4a6b29700bed2e188cd9187.tar.bz2 rails-7ad541f955dfa396f4a6b29700bed2e188cd9187.zip |
Add `#verified` and `#valid_message?` to MessageVerifier
This commit adds a `#verified` method to
`ActiveSupport::MessageVerifier` which will return either `false` when
it encounters an error or the message. `#verify` continues to raise an
`InvalidSignature` exception on error.
This commit also adds a convenience boolean method on `MessageVerifier`
as a way to check if a message is valid without performing the
decoding.
Diffstat (limited to 'activesupport/test/notifications_test.rb')
0 files changed, 0 insertions, 0 deletions