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

Support password reset links #6

Open
4 tasks
jb3 opened this issue Aug 27, 2024 · 0 comments
Open
4 tasks

Support password reset links #6

jb3 opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
component: backend Issues relating to backend/API functionality component: frontend Issues relating to frontend functionality type: feature

Comments

@jb3
Copy link
Member

jb3 commented Aug 27, 2024

Allow a React Router backed route (i.e. /password-reset/:reset-code) to allow users to execute a reset code.

We will need the following:

  • Backend route to validate a password reset code and return some limited user information (e.g. name, email)
  • Frontend component to render a Cloudflare Turnstile challenge
  • Backend code to validate the above tokens when returning user information
  • Frontend code to execute a password reset by POSTing to the relevant endpoint and then redirecting to login
@jb3 jb3 added component: backend Issues relating to backend/API functionality component: frontend Issues relating to frontend functionality type: feature labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend Issues relating to backend/API functionality component: frontend Issues relating to frontend functionality type: feature
Projects
Status: Todo
Development

No branches or pull requests

2 participants