Skip to content

Commit

Permalink
Update authentication section of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Feb 25, 2024
1 parent 084b64a commit ee2d6fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,13 @@ See help for more details
### Authentication <a name="authentication"></a>

Plik can authenticate users using Local accounts or using Google or OVH APIs.


To enable authentication set FeatureAuthentication to "enabled" in plikd.cfg
To only allow authenticated users to upload files set FeatureAuthentication to "forced" in plikd.cfg

If source IP address restriction is enabled, user accounts can only be created from trusted IPs and then
authenticated users can upload files without source IP restriction.

It possible to deny unauthenticated uploads totally ( NoAnonymousUploads ).

Admin users can access the admin dashboard and manipulate every uploads.

- **Local** :
Expand Down

0 comments on commit ee2d6fc

Please sign in to comment.