diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-17 09:35:40 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-17 09:35:40 +0800 |
commit | 6ce0b5c4c12608fc58b8f082b03b56edb6141a29 (patch) | |
tree | 9e6202bc7d7ddb761096f27feae0d92b77cb1eb8 /README.md | |
parent | README: Fix typo (sr.ht's CI is builds.sr.ht, not git.sr.ht) (diff) | |
download | forge-6ce0b5c4c12608fc58b8f082b03b56edb6141a29.tar.gz forge-6ce0b5c4c12608fc58b8f082b03b56edb6141a29.tar.zst forge-6ce0b5c4c12608fc58b8f082b03b56edb6141a29.zip |
README.md: s/PGP/SSH/ for commit signature verification
Git supports SSH signatures now, and IMO they're far superior to GPG.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,8 +127,8 @@ 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 commit validation will be implemented. PGP patch validation may be -considered. +Commit validation based on SSH signature validation will be implemented. PGP +patch validation may be considered. ### Federated authentication |