method
ha1
v6.1.3.1 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Digest
ha1(credentials, password)public
No documentation available.
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 237
def ha1(credentials, password)
::Digest::MD5.hexdigest([credentials[:username], credentials[:realm], password].join(":"))
end