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

Generalize actions requiring email confirmation #15

Open
ewen-lbh opened this issue Aug 24, 2020 · 0 comments · May be fixed by #21
Open

Generalize actions requiring email confirmation #15

ewen-lbh opened this issue Aug 24, 2020 · 0 comments · May be fixed by #21
Assignees

Comments

@ewen-lbh
Copy link
Member

ewen-lbh commented Aug 24, 2020

It's basically the same thing each time:

  • An endpoint to send a request via email
  • An endpoint to perform the action provided the token in the email

This should be generalized and the common code used for:

  • password resets
  • email confirmations (a bit different because it does not need a confirmed user)
  • account deletions
  • data (RGPD) retrievial (is it legal to require an email confirmation?)
  • (later) 2FA activation/deactivation
@ewen-lbh ewen-lbh self-assigned this Aug 24, 2020
@ewen-lbh ewen-lbh linked a pull request Aug 28, 2020 that will close this issue
2 tasks
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

Successfully merging a pull request may close this issue.

1 participant