LibreChat/client/src/components/Auth
Marco Beretta bbb9324447
📩 feat: invite user (#3012)
* feat: basic invite-user script

* feat: add invite user functionality and registration validation middleware

* fix: invite user fixes

* refactor: consolidate direct model access to a central place of functions

* style(Registration): add spinner to continue button

* refactor: import ordrer

* feat: improve invite user script and error handling

* fix: merge conflict

* refactor: remove `console.log` and use `logger`

* fix: token operation and checkinvite issues

* bring back comment and remove console log

* fix: return invalid token when token is not found

* fix: getInvite fix

* refactor: Update Token.js to use async/await syntax for update and delete operations

* feat: Refactor Token.js to use async/await syntax for createToken and findToken functions

* refactor(inviteUser): define functions outside of module.exports

* Update AuthService.js

---------

Co-authored-by: Danny Avila <danny@librechat.ai>
2024-08-18 00:23:38 -04:00
..
__tests__ 🛂 feat: Allow LDAP login via username (#3463) 2024-07-27 15:42:18 -04:00
ApiErrorWatcher.tsx feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
AuthLayout.tsx 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
BlinkAnimation.tsx ♻️ refactor: Login and Registration component Improvement (#2716) 2024-05-28 08:25:07 -04:00
ErrorMessage.tsx ♻️ refactor: Login and Registration component Improvement (#2716) 2024-05-28 08:25:07 -04:00
Footer.tsx 🤲 a11y: Add landmark to footer, labels updates, and sidebar text contrast (#3630) 2024-08-16 03:27:56 -04:00
index.ts 📧 feat: email verification (#2344) 2024-06-07 15:06:47 -04:00
Login.tsx 📧 feat: email verification (#2344) 2024-06-07 15:06:47 -04:00
LoginForm.tsx 🛂 feat: Allow LDAP login via username (#3463) 2024-07-27 15:42:18 -04:00
Registration.tsx 📩 feat: invite user (#3012) 2024-08-18 00:23:38 -04:00
RequestPasswordReset.tsx 🔒 feat: password reset disable option; fix: account email error message (#2327) 2024-06-06 11:39:36 -04:00
ResetPassword.tsx ♻️ refactor: Login and Registration component Improvement (#2716) 2024-05-28 08:25:07 -04:00
SocialButton.tsx 📩 feat: invite user (#3012) 2024-08-18 00:23:38 -04:00
SocialLoginRender.tsx ♻️ refactor: Login and Registration component Improvement (#2716) 2024-05-28 08:25:07 -04:00
VerifyEmail.tsx 📧 feat: email verification (#2344) 2024-06-07 15:06:47 -04:00