basic auth

This commit is contained in:
Ryan
2025-03-27 13:43:51 -04:00
committed by GitHub
parent 99ed05d3de
commit fee3b544dd

View File

@@ -84,6 +84,7 @@ FileRise is a lightweight, secure, self-hosted web application for uploading, sy
- Passwords are hashed using PHPs `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 AES256CBC before being stored in a JSON file.