summary refs log tree commit
path: root/lib/rack/auth/basic.rb
DateCommit message (Expand)
2019-10-29use base64
2019-10-09Split params by string instead of regex
2018-04-13Add frozen_string_literal: true to remaining files
2013-11-21handle authorization header without auth scheme
2013-01-13Rack::Auth::AbstractRequest#scheme returns strings
2012-11-02Return a bad request for malformed basic auth
2007-12-31Remove uses of base64 for Ruby 1.9 support
2007-05-16Small docfixes
2007-04-03Some initial documentation for the main authentication classes
2007-03-27Small cleanup
2007-03-26Adding Rack::Auth::Digest::MD5, and refactoring Auth::Basic accordingly
2007-03-04Adding Rack::Auth::Basic