Skip to content

Commit

Permalink
Document auto auth type
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 18, 2024
1 parent 7cd2251 commit 3c1155e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ The WebDAV client automatically detects which authentication to use, between `Au

Setting the `authType` will automatically manage the `Authorization` header when connecting.

You can set the `authType` to `AuthType.Auto` if you're unsure whether the remote server requires **digest** or **password** based authentication.

#### Basic/no authentication

You can use the client without authentication if the server doesn't require it - simply avoid passing any values to `username`, `password` in the config.
Expand Down

0 comments on commit 3c1155e

Please sign in to comment.