📝 Fix docs clarification about dict unwrapping

in extra-models and simple-oauth2 #7
This commit is contained in:
Sebastián Ramírez
2019-01-14 23:01:34 +04:00
parent 188da34529
commit 37bc3614fd
2 changed files with 89 additions and 7 deletions

View File

@@ -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.