README.rdoc in rack-cerberus-0.1.4 vs README.rdoc in rack-cerberus-0.1.5

- old
+ new

@@ -10,11 +10,11 @@ # sudo gem install rack-cerberus You can use it almost the same way you use <tt>Rack::Auth::Basic</tt>: require 'cerberus' - use Rack::Session::Cookie + use Rack::Session::Cookie, :secret => 'change_me' use Cerberus do |login, pass| pass=='secret' end Like in that example, make sure you have a session, because Cerberus use it for @@ -56,10 +56,12 @@ 0.0.1 Changed Everything somehow 0.1.0 Make it possible to authenticate through GET request (for restful APIs) 0.1.1 Documentation improvement 0.1.2 Raise message when using without session - 0.1.3-4 Don't go to page /logout when signing in after a logout (redirect to / instead) + 0.1.3 Don't go to page /logout when signing in after a logout (redirect to / instead) + 0.1.4 Fix /logout redirect so that it works with mapping + 0.1.5 Fix CSS and Javascript for IE (Yes I'm too kind) === Copyright (c) 2010 Mickael Riga - see MIT_LICENCE for details \ No newline at end of file