mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-16 00:55:48 -07:00
Note lack of rate-limiting
This commit is contained in:
@@ -53,7 +53,11 @@ Use an `https://` URL for public or TLS-terminated deployments so authentication
|
||||
|
||||
For password-only login:
|
||||
|
||||
- `HOMEPAGE_AUTH_PASSWORD` (password-only login; required unless OIDC settings are provided)
|
||||
- `HOMEPAGE_AUTH_PASSWORD` (a strong, unique password; required unless OIDC settings are provided)
|
||||
|
||||
!!! warning
|
||||
|
||||
Homepage does not apply application-level rate limiting to password attempts. Deployments exposed outside a trusted network should configure their reverse proxy or ingress to rate limit POST requests to `/api/auth/callback/credentials`.
|
||||
|
||||
For OIDC login (overrides password login):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user