Class: Rack::Auth::Basic
- Inherits:
-
AbstractHandler
- Object
- AbstractHandler
- Rack::Auth::Basic
- Defined in:
- lib/rack/auth/basic.rb
Overview
Rack::Auth::Basic implements HTTP Basic Authentication, as per RFC 2617.
Initialize with the Rack application that you want protecting, and a block that checks if a username and password pair are valid.
Defined Under Namespace
Classes: Request
Instance Attribute Summary
Attributes inherited from AbstractHandler
Instance Method Summary collapse
Methods inherited from AbstractHandler
Constructor Details
This class inherits a constructor from Rack::Auth::AbstractHandler