LibreChat/api/strategies
Danny Avila b3afd562b9
chore: Remove Unused Dependencies 🧹 (#939)
* chore: cleanup client depend 🧹

* chore: replace joi with zod and remove unused user validator

* chore: move dep from root to api, cleanup other unused api deps

* chore: remove unused dev dep

* chore: update bun lockfile

* fix: bun scripts

* chore: add bun flag to update script

* chore: remove legacy webpack + babel dev deps

* chore: add back dev deps needed for frontend unit testing

* fix(validators): make schemas as expected and more robust with a full test suite of edge cases

* chore: remove axios from root package, remove path from api, update bun
2023-09-14 15:12:22 -04:00
..
discordStrategy.js feat: Disable Registration with social login (#813) 2023-08-18 10:11:00 -04:00
facebookStrategy.js feat: facebook login (#820) 2023-08-24 20:10:48 -04:00
githubStrategy.js feat: Disable Registration with social login (#813) 2023-08-18 10:11:00 -04:00
googleStrategy.js feat: Disable Registration with social login (#813) 2023-08-18 10:11:00 -04:00
index.js refactor: improve passport strategy handling in async/await manner to prevent race conditions upon importing modules (#682) 2023-07-22 10:29:17 -04:00
jwtStrategy.js refactor: improve passport strategy handling in async/await manner to prevent race conditions upon importing modules (#682) 2023-07-22 10:29:17 -04:00
localStrategy.js chore: Remove Unused Dependencies 🧹 (#939) 2023-09-14 15:12:22 -04:00
openidStrategy.js fix: allow setting username in openIdStrategy (#744) 2023-08-04 14:26:14 -04:00
validators.js chore: Remove Unused Dependencies 🧹 (#939) 2023-09-14 15:12:22 -04:00
validators.spec.js chore: Remove Unused Dependencies 🧹 (#939) 2023-09-14 15:12:22 -04:00