From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:48:20 +0000 (-0500) Subject: 📝 Update `security/first-steps.md` (#11674) X-Git-Tag: 0.111.1~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00ebe9c8412866cbfc544a0aaec6a44ee77c11ab;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update `security/first-steps.md` (#11674) --- diff --git a/docs/en/docs/tutorial/security/first-steps.md b/docs/en/docs/tutorial/security/first-steps.md index 1ec31b408c..a769cc0e6d 100644 --- a/docs/en/docs/tutorial/security/first-steps.md +++ b/docs/en/docs/tutorial/security/first-steps.md @@ -51,6 +51,8 @@ Copy the example in a file `main.py`: `pip install python-multipart` + This is because **OAuth2** uses "form data" for sending the `username` and `password`. + Run the example with: