Stavros Korokithakis
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/response-model.md
|
|
@ -52,7 +52,7 @@ In this case, it might not be a problem, because the user himself is sending the |
|
|
|
But if we use the same model for another *path operation*, we could be sending our user's passwords to every client. |
|
|
|
|
|
|
|
!!! danger |
|
|
|
Never send the plain password of a user in a response. |
|
|
|
Never store the plain password of a user or send it in a response. |
|
|
|
|
|
|
|
## Add an output model |
|
|
|
|
|
|
|