From 3fa033d8d5a4912fad9d4e2fd9d37c0962ef6cc0 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Sun, 17 May 2020 14:48:05 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20warning=20about=20storing?= =?UTF-8?q?=20user=20passwords=20(#1336)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/response-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/response-model.md b/docs/en/docs/tutorial/response-model.md index 3f06cd4d5..9dd0b6dee 100644 --- a/docs/en/docs/tutorial/response-model.md +++ b/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