instance method
signed?
Ruby on Rails edge
Since v6.0.6.1 Private — implementation detail, not part of the public APISignature
signed?()
No documentation comment.
Source
# File actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb, line 120
def signed?
signature.is_a?(String) && ActiveSupport::SecurityUtils.secure_compare(signature, expected_signature)
end
Defined in actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb line 120
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::Ingresses::Mailgun::InboundEmailsController::Authenticator