LightRAG/lightrag
Milin 4dfdb9032c feat(auth): Implement multi-user login support
- Add an `accounts` dictionary in `AuthHandler` to store multiple user account information.
- Modify login logic to support multiple user account verification.
- Update environment variable example, add description for `AUTH_ACCOUNTS` variable.
- Adjust authentication status check logic, use `auth_handler.accounts` to determine if authentication is configured.
2025-03-24 14:34:31 +08:00
..
api feat(auth): Implement multi-user login support 2025-03-24 14:34:31 +08:00
kg Fixlinting 2025-03-21 16:56:47 +08:00
llm Update webui assets 2025-03-22 00:36:38 +08:00
tools
__init__.py Increment the release version to 1.2.8 2025-03-22 15:41:27 +08:00
base.py add citation 2025-03-17 23:32:35 +08:00
exceptions.py
lightrag.py Fix linting 2025-03-21 21:51:52 +08:00
llm.py
namespace.py
operate.py fix index 2025-03-20 16:29:24 +08:00
prompt.py add citation 2025-03-17 23:32:35 +08:00
types.py
utils.py Refactor logger setup to conditionally enable file logging. 2025-03-18 12:08:42 +01:00