diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-30 00:14:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-30 00:14:20 +0200 |
commit | 28e72871d153839cb892add6536eec8361ca2ca2 (patch) | |
tree | 0452566b4a2a3355b7187fb116aeec2f565bf051 /readme.md | |
parent | 532cc431d1c5ca1ffcf429a4ccb94edc7848fe7a (diff) | |
download | gnix-28e72871d153839cb892add6536eec8361ca2ca2.tar gnix-28e72871d153839cb892add6536eec8361ca2ca2.tar.bz2 gnix-28e72871d153839cb892add6536eec8361ca2ca2.tar.zst |
mention argon2
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ themselves; in that case the request is passed on. Login credentials for `cookie_auth` and `http_basic_auth` are supplied as either an object mapping usernames to PHC strings or a file path pointing to a file -that contains that map in YALM format. +that contains that map in YALM format. Currently only `argon2id` is supported. ## License |