diff options
author | drebs <drebs@riseup.net> | 2017-09-28 12:07:44 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-28 12:07:44 -0300 |
commit | 8e55aec94fe3e8c696540802320e84d44a1a629f (patch) | |
tree | 3021dcc83e478756d534987e93f0ff2bb1fadec7 /docs/auth.rst | |
parent | 50015d25b887684b05e4baae933f3d8e3698b407 (diff) |
[doc] add blobs doc
Diffstat (limited to 'docs/auth.rst')
-rw-r--r-- | docs/auth.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/auth.rst b/docs/auth.rst index 26a89b6f..07d8865c 100644 --- a/docs/auth.rst +++ b/docs/auth.rst @@ -1,3 +1,5 @@ +.. _authentication: + Authentication ============== @@ -13,7 +15,7 @@ client. There are currently two distinct authenticated entry points: * A public TLS encrypted **Users API**, providing the *Synchronization* and - *Blobs* services, verified against the Leap Platform + :ref:`blobs` services, verified against the Leap Platform ``tokens`` database. * A local plaintext **Services API**, currently providing only the delivery |