Protect methods

This commit is contained in:
2023-02-18 17:27:54 +00:00
parent 471fa9ceb5
commit 820a717665
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ content-type: application/json
{
"email": "test4@yopmail.com",
"password": "yolo"
"password": "safe"
}

View File

@@ -4,6 +4,6 @@ Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJwaG9lbml4X
{
"user": {
"password": "safe"
"hashed_password": "safe"
}
}