Module
ActionController::HttpAuthentication
actionpack/lib/action_controller/metal/http_authentication.rb
actionpack/test/controller/http_basic_authentication_test.rb
actionpack/test/controller/http_digest_authentication_test.rb
actionpack/test/controller/http_token_authentication_test.rb
Makes it dead easy to do HTTP
Basic
,
Digest
and
Token
authentication.
Namespace
MODULE
ActionController::HttpAuthentication::Basic
MODULE
ActionController::HttpAuthentication::Digest
MODULE
ActionController::HttpAuthentication::Token