mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-01-11 02:34:30 +00:00
Protect methods
This commit is contained in:
@@ -3,6 +3,6 @@ content-type: application/json
|
||||
|
||||
{
|
||||
"email": "test4@yopmail.com",
|
||||
"password": "yolo"
|
||||
"password": "safe"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@ Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJwaG9lbml4X
|
||||
|
||||
{
|
||||
"user": {
|
||||
"password": "safe"
|
||||
"hashed_password": "safe"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user