summary refs log tree commit
path: root/lib/rack/auth/abstract/handler.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2009-02-27Allow realm to be passed to auth handler's initialize method
2009-02-08Fix of Auth::Abstract::Handler to return headers within spec.
2007-04-03Minor tweaks
2007-04-03Some initial documentation for the main authentication classes
2007-04-03Make Rack::Auth handlers compatible with Rack::ShowStatus
2007-03-27Small cleanup
2007-03-26Adding Rack::Auth::Digest::MD5, and refactoring Auth::Basic accordingly