mirror of https://github.com/tiangolo/fastapi.git
📝 Update `security/first-steps.md` (#11674)
This commit is contained in:
parent
e3d9f8cfc7
commit
00ebe9c841
|
|
@ -51,6 +51,8 @@ Copy the example in a file `main.py`:
|
||||||
|
|
||||||
`pip install python-multipart`
|
`pip install python-multipart`
|
||||||
|
|
||||||
|
This is because **OAuth2** uses "form data" for sending the `username` and `password`.
|
||||||
|
|
||||||
Run the example with:
|
Run the example with:
|
||||||
|
|
||||||
<div class="termy">
|
<div class="termy">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue