瀏覽代碼

Add note about config.json security

James Nylen 10 年之前
父節點
當前提交
96fc2c08ce
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -39,6 +39,10 @@ of your screen. (If these are missing, your `api_url` is set incorrectly.)
 To make authenticated requests, simply hit the **Auth** button and follow the
 steps on-screen!
 
+**NOTE** - The API console does not protect against someone reading the secrets
+in your `config.json` from a web browser or other HTTP client!  Be sure to
+secure your installation by requiring authentication through your web server.
+
 ## Credits
 * Uses code based on OpenStreetMap's [osm-auth][]. Licensed under the public
   domain.