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