Add a link to the OpenAPI schema where relevant

Fixes #329
This commit is contained in:
Nicola Murino
2021-03-01 22:22:05 +01:00
parent 895117718e
commit 3243181c5f
4 changed files with 8 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ else
fi
```
The structure for SFTPGo users can be found within the [OpenAPI schema](../httpd/schema/openapi.yaml).
An example authentication program allowing to authenticate against an LDAP server can be found inside the source tree [ldapauth](../examples/ldapauth) directory.
An example server, to use as HTTP authentication hook, allowing to authenticate against an LDAP server can be found inside the source tree [ldapauthserver](../examples/ldapauthserver) directory.