summaryrefslogtreecommitdiffstats
path: root/doc/auth.md
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-03-12 16:17:19 -0400
committerSam Anthony <sam@samanthony.xyz>2026-03-12 16:17:19 -0400
commit0c750027e913a773a98220c691f01b2391cdae69 (patch)
tree1106ab79b90d0324edf9ff243193272000b91660 /doc/auth.md
parent79f55b0b233258623062db3c916783b4d14bf14a (diff)
downloadbuth-0c750027e913a773a98220c691f01b2391cdae69.zip
doc: remove authfs passwdhash file
Diffstat (limited to 'doc/auth.md')
-rw-r--r--doc/auth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/auth.md b/doc/auth.md
index e509e44..d3a2924 100644
--- a/doc/auth.md
+++ b/doc/auth.md
@@ -8,7 +8,7 @@ This is how a new user registers himself in `authfs`, after which he can open se
- Creates `/users/<username>/`
- If it already exists, the username is taken; return error to client
- Writes password to `/users/<username>/passwd`
-- `authfs` ingests and hashes the password. Subsequent reads of `/users/<username>/passwdhash` will return the hash (`authfs` discards the cleartext password after it is hashed).
+- `authfs` ingests and hashes the password.
- If successful, client can now login to obtain a session
## Login