aboutsummaryrefslogtreecommitdiffstats
path: root/rust/HACKING.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-12-31 17:15:30 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-12-31 17:15:30 -0800
commitb7da0669b1568bd17192bfbe86f8a248279a870a (patch)
tree8c1106ce3fc3f93b95ee528bc9b0c9cf6d5493d7 /rust/HACKING.md
parentcca7f97b0a8ffc65eb5bda2c8e8c93eb3c99605b (diff)
downloadfatcat-b7da0669b1568bd17192bfbe86f8a248279a870a.tar.gz
fatcat-b7da0669b1568bd17192bfbe86f8a248279a870a.zip
bit of auth docs
Diffstat (limited to 'rust/HACKING.md')
-rw-r--r--rust/HACKING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/HACKING.md b/rust/HACKING.md
index 57642b2d..9d161b87 100644
--- a/rust/HACKING.md
+++ b/rust/HACKING.md
@@ -57,3 +57,7 @@ Debug SQL schema errors (if diesel commands fail):
Creating entities via API:
http --json post localhost:9411/v0/container name=asdf issn=1234-5678
+
+## Authentication
+
+Uses macaroons. See `notes/auth.md` and maybe look in the guide.