Closed mamadoudicko closed 12 months ago
🤖
Based on the information available in the Quivr repository, it is confirmed that a user can log in with their email or Google account on the new login page of Quivr. This functionality is supported as per the details in the following files:
These files contain keys like "googleLogin" with the value "Login with Google", indicating that Google login is supported. They also contain error messages related to email such as "errorMailMissed" and "recoveryMailSended", suggesting that email login is supported. The presence of "magicLink": "Send Magic Link", suggests that users can also log in using a magic link sent to their email.
Additionally, the SQL script at scripts/20230717173000_add_get_user_id_by_user_email.sql provides a function to retrieve a user's ID using their email, further confirming the email login functionality.
However, the exact process of logging in with an email on the new login page of Quivr is not explicitly detailed in the repository. If you could provide more specific details about the process you're interested in, I might be able to provide a more precise answer.
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.
Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
If you want to continue the conversation, start your reply with @dosu-bot.
Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion.
EPIC: https://github.com/StanGirard/quivr/issues/1315
Functional:
Unpaid users have access to a free and limited demo of Quivr
Strat tech:
/app/(auth)/signup
folderapp/(auth)/login/page.tsx
, remove login and password logic and keep MagicLink and GoogleAuth componentsTest:
Validation:
/signup
page no longer exist (manually edit url)