LibreChat/api/strategies
Danny Avila 20ad7d52f3
refactor(db): streamline model imports and remove unused model exports
- Removed the export of models from the database connection module to simplify the structure.
- Updated various files to import models directly from the new centralized models module.
- Ensured consistency across the codebase by replacing mongoose model references with the new import paths.
2025-05-30 13:13:10 -04:00
..
appleStrategy.js Move usermethods and models to data-schema 2025-05-29 14:39:27 -04:00
appleStrategy.test.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
discordStrategy.js 🍎 feat: Apple auth (#5473) 2025-01-31 09:49:09 -05:00
facebookStrategy.js 🍎 feat: Apple auth (#5473) 2025-01-31 09:49:09 -05:00
githubStrategy.js feat: added Github Enterprise SSO login (#5621) 2025-02-03 15:30:02 -05:00
googleStrategy.js 🧠 feat: Reasoning UI for Agents (#5904) 2025-02-15 18:52:29 -05:00
index.js 🔑 feat: SAML authentication (#6169) 2025-05-29 11:00:58 -04:00
jwtStrategy.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
ldapStrategy.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
localStrategy.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
openIdJwtStrategy.js *️⃣ feat: Reuse OpenID Auth Tokens (#7397) 2025-05-23 17:40:40 -04:00
openidStrategy.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
openidStrategy.spec.js refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
process.js WIP: first pass, massive refactor of model imports 2025-05-30 12:54:24 -04:00
samlStrategy.js 🔑 feat: SAML authentication (#6169) 2025-05-29 11:00:58 -04:00
samlStrategy.spec.js 🔑 feat: SAML authentication (#6169) 2025-05-29 11:00:58 -04:00
socialLogin.js WIP: first pass, massive refactor of model imports 2025-05-30 12:54:24 -04:00
validators.js 🌍 feat: Extend regex to support international usernames (#1918) 2024-02-28 14:27:57 -05:00
validators.spec.js 🌍 feat: Extend regex to support international usernames (#1918) 2024-02-28 14:27:57 -05:00