8000 add info block related to security tutorial about python-multipart by sliptonic · Pull Request #574 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
⏪ Remove previous note about python-multipart
superseded by new notes in docs
  • Loading branch information
tiangolo committed Oct 4, 2019
commit fd08c276cb7b5eba3191bb32b77e7694a1248470
4 changes: 0 additions & 4 deletions docs/tutorial/security/simple-oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ After authenticating in the system, you will see it like:

<img src="/img/tutorial/security/image05.png">

!!! info
If you don't see the message above but instead get an 'auth error' you may to install python-multipart with pip or by adding it to your requirements.txt file.


### Get your own user data

Now use the operation `GET` with the path `/users/me`.
Expand Down
0