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

accounts: Create a new account #83

Open
BrunoRosendo opened this issue Jan 12, 2023 · 0 comments
Open

accounts: Create a new account #83

BrunoRosendo opened this issue Jan 12, 2023 · 0 comments
Milestone

Comments

@BrunoRosendo
Copy link
Member

BrunoRosendo commented Jan 12, 2023

We should consider how accounts will be created when the website is launched. I can think of two ways to do this:

  • Generate some kind of token (jwt or a simple validation token stored in the DB) and send it in a link to the new member's email. In this implementation, the account information and email would be retrieved from the application. Since we don't have applications yet, we could have a simple endpoint that creates an invalidated account with no password (with permission to do so). A second endpoint is needed to associate the password to the account and validate the token.
  • Have an endpoint to create a new account (with special permission) with a random password that is sent by email. Later, that person could change their password. This is similar to what we currently have

These are just 2 options, we should further discuss this matter and the options we have

@BrunoRosendo BrunoRosendo added this to the Website MVP milestone Jan 12, 2023
@coutinho21 coutinho21 self-assigned this Oct 4, 2023
@MRita443 MRita443 assigned rubuy-74 and unassigned coutinho21 Aug 12, 2024
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

3 participants