blob: 89e4d69f8f547eebe01303cbdf92d67a1334256f (
plain)
1
2
3
4
5
6
7
8
|
Requests to the soledad server use a slightly different format than bonafide:
<pre>
Authentication: 'Token <[base64-encoded]uid:token>'
</pre>
where @<...>@ is a base64-encoded string that concatenates the user id and the
token.
|