Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgot password flow #12

Open
TimMikeladze opened this issue Sep 16, 2024 · 5 comments
Open

Forgot password flow #12

TimMikeladze opened this issue Sep 16, 2024 · 5 comments

Comments

@TimMikeladze
Copy link

At the moment it's not possible to reset a forgotten password.

I suggest a basic reset password flow by sending the user a password reset link to their email.

Maybe using resend? But should be easily swappable with other email libraries.

@leerob
Copy link
Owner

leerob commented Sep 16, 2024

💯 I am thinking we'd use Resend and react-email for both this, as well as the team invite flow.

// TODO: Send invitation email and include ?inviteId={id} to sign-up URL
// await sendInvitationEmail(email, userWithTeam.team.name, role)
return { success: 'Invitation sent successfully' };

https://github.com/resend/react-email/tree/main/examples/resend

@MJomaa
Copy link
Contributor

MJomaa commented Sep 17, 2024

@leerob Yes please! react-email is also very easy, I can add it to the repo.

My favorite is the Vercel theme:

@atikkk
Copy link

atikkk commented Sep 18, 2024

hey @leerob can you please help me in local setup?

@jonkurtis
Copy link
Contributor

hey @leerob can you please help me in local setup?

where are you getting stuck? The PR I made might be helpful. #14

@samueltesfayegari
Copy link

hey @leerob can you please help me in local setup?

Yes tutorial Video missing 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants