]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update `security/first-steps.md` (#11674)
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Mon, 3 Jun 2024 01:48:20 +0000 (20:48 -0500)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 01:48:20 +0000 (01:48 +0000)
docs/en/docs/tutorial/security/first-steps.md

index 1ec31b408ce0fe53a0e7193f31f78b18cc4ea026..a769cc0e6deb15b4f561f8baebdaa7dd3739d4a8 100644 (file)
@@ -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:
 
 <div class="termy">