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

Fix incomplete registers #4

Open
incorbador opened this issue Jun 18, 2023 · 0 comments
Open

Fix incomplete registers #4

incorbador opened this issue Jun 18, 2023 · 0 comments

Comments

@incorbador
Copy link
Contributor

Description

Currently, if a user cancels the signup he can not restart the signup because the user itself is already existing in our backend as the first register call has been made.

Testing

After canceling my register attempt I should be able to start a new one with the same email address.

Implementation idea

Not sure yet what the best solution for that problem is:

  • deleting the user from the app is not working (we can probably not allow that to be done over the public API if the user is unauthenticated)
  • we could alter the backend to allow "overwriting" a user if that user is in incomplete state (not trivial though, if implemented in this simple form it could allow stealing between users if the perfectly time this) => for this task we probably have to talk to someone familiar with the backend API and bounce some ideas.
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

1 participant