1
0

Add user email verification when registering (#5)

This commit is contained in:
konrad
2018-10-27 13:14:55 +00:00
committed by Gitea
parent d0c30cb089
commit 738c22b5f9
12 changed files with 153 additions and 7 deletions

View File

@ -9,17 +9,15 @@ Content-Type: application/json
> {% client.global.set("auth_token", response.body.token); %}
###
## Register
### Register
POST http://localhost:8080/api/v1/register
Content-Type: application/json
{
"username": "user3",
"username": "user4",
"password": "1234",
"email": "3@knt.li"
"email": "4@knt.li"
}
###