supermemoryai / supermemory

Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.
https://supermemory.ai
MIT License
6.18k stars 590 forks source link

Allow login with email and password #131

Open lallenfrancisl opened 1 month ago

lallenfrancisl commented 1 month ago

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

Welding-Torch commented 1 month ago

We're going to ship support for signing in using email soon 👍

Yh010 commented 1 month ago

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

Yh010 commented 1 month ago

I am Almost done with fixing this issue. Am also adding log out feature in the PR

Dhravya commented 1 month ago

Great! I just hope that it doesn't break some existing functionality like the extension auth / ensureAuth function to the API

Yh010 commented 1 month ago

@Welding-Torch @Dhravya have a look at this pr: https://github.com/supermemoryai/supermemory/pull/179