instance method authenticate_by_password

Ruby on Rails 8.0.4

Since v6.0.6 Private

Available in: v6.0.6 v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

authenticate_by_password()

No documentation comment.

Source
# File actionmailbox/app/controllers/action_mailbox/base_controller.rb, line 22
      def authenticate_by_password
        if password.present?
          http_basic_authenticate_or_request_with name: "actionmailbox", password: password, realm: "Action Mailbox"
        else
          raise ArgumentError, "Missing required ingress credentials"
        end
      end

Defined in actionmailbox/app/controllers/action_mailbox/base_controller.rb line 22 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionMailbox::BaseController

Type at least 2 characters to search.

↑↓ navigate · open · esc close