Prevent login from inactive (aka non-verified) users (#8)
This commit is contained in:
parent
301a4eedda
commit
4713023a97
6 changed files with 68 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ POST http://localhost:8080/api/v1/login
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"user": "user",
|
||||
"username": "user",
|
||||
"password": "1234"
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue