LibreChat/api/strategies
Marco Beretta c40b95f424
feat: Disable Registration with social login (#813)
* Google, Github and Discord

* update .env.example with ALLOW_SOCIAL_REGISTRATION

* fix some conflict

* refactor strategy

* Update user_auth_system.md

* Update user_auth_system.md
2023-08-18 10:11:00 -04:00
..
discordStrategy.js feat: Disable Registration with social login (#813) 2023-08-18 10:11:00 -04:00
facebookStrategy.js feat: Disable Registration with social login (#813) 2023-08-18 10:11:00 -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 feat: Disable Registration with social login (#813) 2023-08-18 10:11:00 -04:00
openidStrategy.js fix: allow setting username in openIdStrategy (#744) 2023-08-04 14:26:14 -04:00
validators.js added the dot (.) username rules (#787) 2023-08-11 13:02:52 -04:00