From fee3b544dd3c6b8610202c110aabe0b6688292d3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 27 Mar 2025 13:43:51 -0400 Subject: [PATCH] basic auth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa759b0..6743d8c 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ FileRise is a lightweight, secure, self-hosted web application for uploading, sy - Passwords are hashed using PHP’s `password_hash()` for security. - All state-changing endpoints include CSRF token validation. - Change password supported for all users. + - Basic Auth supported for login. - **Persistent Login (Remember Me) with Encrypted Tokens:** - Users can remain logged in across sessions securely. - Persistent tokens are encrypted using AES‑256‑CBC before being stored in a JSON file.