README: added note about /public/
author() <nilclass@riseup.net>
Mon, 17 Jun 2013 21:19:40 +0000 (23:19 +0200)
committer() <nilclass@riseup.net>
Mon, 17 Jun 2013 21:19:40 +0000 (23:19 +0200)
README

diff --git a/README b/README
index 0528dcc..f23697f 100644 (file)
--- a/README
+++ b/README
@@ -60,6 +60,9 @@ Currently the following features are supported:
 * GET, PUT, DELETE requests on files and folders
 * Opaque version strings (in directory listings and "ETag" header)
 * Conditional PUT and DELETE requests ("If-Match", "If-None-Match" headers)
+* Protection of all non-public paths via Bearer token authorization.
+* Special handling of public paths (i.e. those starting with /public/), such that
+  requests on non-directory paths succeed without authorization.
 * HEAD requests on files and folders with "Content-Length" header
   (not part of remotestorage-01)