option to disable password login

This commit is contained in:
Henry Dollman
2024-07-17 21:50:57 -04:00
parent 9f11c021ce
commit 8fee50d07c
10 changed files with 190 additions and 144 deletions

View File

@@ -29,6 +29,12 @@ The hub and agent are distributed as single binary files, as well as docker imag
### Binary
## Environment Variables
| Name | Default | Description |
| ----------------------- | ------- | ------------------------------------------------- |
| `DISABLE_PASSWORD_AUTH` | unset | Disables password authentication if set to `true` |
## OAuth / OIDC integration
Beszel supports OpenID Connect and many OAuth2 authentication providers (see list below). To enable this, you will need to:
@@ -64,7 +70,7 @@ Beszel supports OpenID Connect and many OAuth2 authentication providers (see lis
- Yandex
</details>
## API
## REST API
Because Beszel is built on top of PocketBase, you can use the normal PocketBase API to read or update your data in your own applications.