LibreChat/api/server
Danny Avila 6e278f6932
fix(auth): replace mongoose model references with new function imports
- Updated AuthController, checkBan middleware, localStrategy, and openidStrategy to use new function imports for user operations.
- Removed unused mongoose imports to streamline the codebase.
- Enhanced consistency across user-related operations by utilizing the centralized methods for user management.
2025-05-30 13:46:31 -04:00
..
controllers fix(auth): replace mongoose model references with new function imports 2025-05-30 13:46:31 -04:00
middleware fix(auth): replace mongoose model references with new function imports 2025-05-30 13:46:31 -04:00
routes refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
services refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
utils Move usermethods and models to data-schema 2025-05-29 14:39:27 -04:00
cleanup.js fix: Debounce setUserContext and Default State Param for OpenID Auth (#7559) 2025-05-25 23:40:37 -04:00
index.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
index.spec.js fix: Debounce setUserContext and Default State Param for OpenID Auth (#7559) 2025-05-25 23:40:37 -04:00
socialLogins.js 🔑 feat: SAML authentication (#6169) 2025-05-29 11:00:58 -04:00