Allow login with email and password
Currently only login with google is possible. There will be people without a google account and instead have proton mail accounts or some other email provider. So it would be nice to have that option
We're going to ship support for signing in using email soon 👍
Hey @Welding-Torch @Dhravya , I am planning to implement this using resend(http way not the traditional smtp) for sending emails,and react emails for the email component. if this looks good do let me know.I'll start with the coding part
I am Almost done with fixing this issue. Am also adding log out feature in the PR
Great! I just hope that it doesn't break some existing functionality like the extension auth / ensureAuth function to the API
@Welding-Torch @Dhravya have a look at this pr: https://github.com/supermemoryai/supermemory/pull/179