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