README.rdoc in rack-cerberus-0.1.0 vs README.rdoc in rack-cerberus-0.1.1
- old
+ new
@@ -40,19 +40,26 @@
# rackup example.ru
It's gonna start the example at http://localhost:9292
+=== Logout
+
+Any request to <tt>/logout</tt> on the path where the middleware is mounted will log you out.
+In other words, if you put the middleware at <tt>/admin</tt>, query <tt>/admin/logout</tt> to be
+logged out. Pretty simple.
+
=== Help
If you need some help, let's join my IRC channel: #mighub
If you want to help me, don't hesitate to fork that project on Github or send patches.
=== Changelog
-0.0.1 Changed Everything somehow
-0.1.0 Make it possible to authenticate through GET request (for restful APIs)
+ 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
=== Copyright
(c) 2010 Mickael Riga - see MIT_LICENCE for details
\ No newline at end of file