From 3f9e88b0c4d03aba4e406143813777f14635e20d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 12 May 2016 10:24:42 -0400 Subject: [docs] add note about server token format --- docs/server-token.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/server-token.txt (limited to 'docs') diff --git a/docs/server-token.txt b/docs/server-token.txt new file mode 100644 index 00000000..89e4d69f --- /dev/null +++ b/docs/server-token.txt @@ -0,0 +1,8 @@ +Requests to the soledad server use a slightly different format than bonafide: + +
+Authentication: 'Token <[base64-encoded]uid:token>'
+
+ +where @<...>@ is a base64-encoded string that concatenates the user id and the +token. -- cgit v1.2.3