summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-09-05 11:07:34 -0300
committerdrebs <drebs@riseup.net>2017-09-05 11:08:48 -0300
commit90c4c1a8e6df8bf7b6249fa83b50df7c62884d82 (patch)
tree05d8310d94b33f2feefb17be24104c0b81754431
parent7f11438288b9db7553d4f17f8e5b0a7ebde887c7 (diff)
[doc] fix names in new auth doc
-rw-r--r--docs/auth.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/auth.rst b/docs/auth.rst
index ad454005..5a0dcc94 100644
--- a/docs/auth.rst
+++ b/docs/auth.rst
@@ -12,7 +12,7 @@ client.
There are currently two distinct authenticated entry points:
-* A public TLS encrypted **Users API**, providing the *Synchronization*,
+* A public TLS encrypted **Users API**, providing the *Synchronization* and
*Blobs* services, verified against the Leap Platform
``tokens`` database.
@@ -34,7 +34,8 @@ server (as the version of the server and runtime configuration options).
Special credentials for local services
--------------------------------------
-Some special credentials can be added into a file and then configured in the
+Some special credentials can be added into a file
+(``/etc/soledad/incoming.tokens``, by default) and then configured in the
Soledad Server configuration file. Currently, the only special credential
provided is for the `/incoming` API.
@@ -70,7 +71,7 @@ When the server is started, two services are spawned:
| |
.------------------. .-------------------------.
| Users API | | Services API |
- | (PublicResource) | | (LocalServicesResource) |
+ | (PublicResource) | | (LocalResource) |
'------------------' '-------------------------'
| .-------. .-----------------. |
'->| /sync | | /incoming |<-'