instance method
expected_signature
Ruby on Rails 7.0.10
Since v6.0.6 PrivateSignature
expected_signature()
No documentation comment.
Source
# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 77
def expected_signature
Base64.strict_encode64 OpenSSL::HMAC.digest(OpenSSL::Digest::SHA1.new, key, message)
end
Defined in actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::Ingresses::Mandrill::InboundEmailsController::Authenticator