From: Stavros Korokithakis Date: Sun, 17 May 2020 11:48:05 +0000 (+0300) Subject: 📝 Add warning about storing user passwords (#1336) X-Git-Tag: 0.55.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fa033d8d5a4912fad9d4e2fd9d37c0962ef6cc0;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add warning about storing user passwords (#1336) --- diff --git a/docs/en/docs/tutorial/response-model.md b/docs/en/docs/tutorial/response-model.md index 3f06cd4d57..9dd0b6dee6 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