Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

add authType to documentation #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ Create a webdav filesystem disk:
...
];
```
### Authentication
The authentication method is determined by ‍`authType` in the configuration:

Example with basic authentication:
``` php
'webdav' => [
...
'authType' => 1,
],
```

## Change log

Expand Down