Methods
- A
- R
Instance Public methods
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 162 162: def authenticate_or_request_with_http_digest(realm = "Application", &password_procedure) 163: authenticate_with_http_digest(realm, &password_procedure) || request_http_digest_authentication(realm) 164: end
Authenticate with HTTP Digest, returns true or false
Render output including the HTTP Digest authentication header