LibreChat/api/server
2025-05-30 14:43:38 -04:00
..
controllers fix(models): update user and token operations to use centralized functions 2025-05-30 13:59:30 -04:00
middleware fix(auth): replace mongoose model references with new function imports 2025-05-30 13:46:31 -04:00
routes chore: remove unused mongoose imports from Message model and message routes 2025-05-30 14:39:49 -04:00
services refactor(PluginService): update crypto imports for better organization 2025-05-30 14:43:38 -04:00
utils refactor(crypto): reorganize token hashing and signing functionality 2025-05-30 14:38:01 -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