diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 01:15:03 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 01:15:03 +0800 |
commit | a21d46ab132c798448347b1c3f7577b8127687d5 (patch) | |
tree | 0038162ae2bc4ff426470d7b651a3749c1d6900d /README.md | |
parent | style.css, *.html: Lighthouse accessibility (diff) | |
download | forge-a21d46ab132c798448347b1c3f7577b8127687d5.tar.gz forge-a21d46ab132c798448347b1c3f7577b8127687d5.tar.zst forge-a21d46ab132c798448347b1c3f7577b8127687d5.zip |
README.md: Break long line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -62,6 +62,8 @@ The native API may be authenticated in the transport layer (e.g. TLS client certificates or UNIX domain socket authentication), via passwords, and via challenge-response mechanisms including SSH keys. SASL may be considered. -The Web interface will have a dedicated login screen. Connections are set as keepalive, and sessions are tracked across a kept-alive connection; optionally, a user may click "remember me with a cookie" in the login screen. +The Web interface will have a dedicated login screen. Connections are set as +keepalive, and sessions are tracked across a kept-alive connection; optionally, +a user may click "remember me with a cookie" in the login screen. PGP patch validation may be considered. |