authentication is implemented
just need to make Command.P2PHttp generate a GetServerMode from options
This commit is contained in:
parent
e5bf49b879
commit
6a8a4d1775
3 changed files with 46 additions and 21 deletions
|
@ -26,6 +26,9 @@ it will fail with 401 Unauthorized.
|
|||
Authentication is done using HTTP basic auth. The realm to use when
|
||||
authenticating is "git-annex".
|
||||
|
||||
When authentication is successful but does not allow a request to be
|
||||
performed, it will fail with 403 Forbidden.
|
||||
|
||||
Note that HTTP basic auth is not encrypted so is only secure when used
|
||||
over HTTPS.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue