dis-moi / dis-moi/backend

Add Signup route

Open
#409 1 comment 0 reactions 1 assignee Claimed by @Goutte View on GitHub
API :robot: Size M :shirt:
Dominant language
PHP
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

We need something like `POST /signup` or `POST /users` to be able de self sign-up

Body should be like
```js
{
email: "string",
profileName: "string",
profileLocale: "string",
password: "string"
}
```

Verification should be made that e-mail is not already used and that given information are valid

User should be created with given informations along with an associated contributor, if `profileName` is given.

Validation code should be sent by e-mail, and the account should stay in `unconfirmed` state meanwhile.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.