method

ha1

rails latest stable - Class: ActionController::HttpAuthentication::Digest
ha1(credentials, password)
public

No documentation available.

# File actionpack/lib/action_controller/metal/http_authentication.rb, line 249
      def ha1(credentials, password)
        OpenSSL::Digest::MD5.hexdigest([credentials[:username], credentials[:realm], password].join(":"))
      end