summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-22 22:11:28 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-22 22:11:28 -0500
commit7a0cef1bfdba2b44b9d3865feca99856f5f35fe1 (patch)
treec64637314e5e919756ca9e33e99b425d6af6da0a /libeufin
parentc4715b175841c6c36d9bd33a8c2175741d6bc508 (diff)
downloaddocs-7a0cef1bfdba2b44b9d3865feca99856f5f35fe1.tar.gz
docs-7a0cef1bfdba2b44b9d3865feca99856f5f35fe1.tar.bz2
docs-7a0cef1bfdba2b44b9d3865feca99856f5f35fe1.zip
mention "HTTP basic auth"; add rfc link
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/concepts.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index 9cfc13e4..157d6fe3 100644
--- a/libeufin/concepts.rst
+++ b/libeufin/concepts.rst
@@ -38,8 +38,9 @@ Nexus Users
The concept of a *nexus user* is used to implement access control to the
operations that the nexus provides.
-A user has a login name and a (salted, hashed) password. (Other authentication
-methods could be added in the future.)
+A user has a login name and a (salted, hashed) password.
+This is the `HTTP basic auth <https://tools.ietf.org/html/rfc7617>`_ method.
+(Other authentication methods could be added in the future.)
A nexus user can be marked as *superuser*. All permission checks are skipped
for superusers. Only superusers are allowed to create/modify other users.