mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-26 01:40:36 -04:00
📝 Fix docs clarification about dict unwrapping
in extra-models and simple-oauth2 #7
This commit is contained in:
@@ -128,6 +128,9 @@ UserInDB(
|
||||
)
|
||||
```
|
||||
|
||||
!!! info
|
||||
For a more complete explanation of `**user_dict` check back in <a href="/tutorial/extra-models/#about-user_indict" target="_blank">the documentation for **Extra Models**</a>.
|
||||
|
||||
## Return the token
|
||||
|
||||
The response of the `token` endpoint must be a JSON object.
|
||||
|
||||
Reference in New Issue
Block a user