diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-15 13:45:40 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-15 13:45:40 +0800 |
commit | 6cbae9427ad9d76a073a75dfa3e3048e64c61c81 (patch) | |
tree | ca2fc6d6fba0247aaf6d7a095eee938a3c76db03 | |
parent | *.go: Reformat (diff) | |
download | forge-6cbae9427ad9d76a073a75dfa3e3048e64c61c81.tar.gz forge-6cbae9427ad9d76a073a75dfa3e3048e64c61c81.tar.zst forge-6cbae9427ad9d76a073a75dfa3e3048e64c61c81.zip |
README.md: Explicitly state that HTTPS read access is planned
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -103,8 +103,8 @@ the future. ### Authentication and authorization -Anonymous SSH read access should be possible for public repos. All other Git -access should be done via SSH public keys. We use a baked-in SSH +Anonymous SSH and HTTPS read access should be possible for public repos. All +other Git access should be done via SSH public keys. We use a baked-in SSH implementation. The native API may be authenticated in the transport layer (e.g. TLS client |