Files
fastapi-users/docs/configuration/full_example.md
François Voron a5618399a1 Fix #9: Write documentation (#16)
* Start to write documentation

* Add docs favicon

* Add routes documentation

* Add doc about dependency callables

* Add information about how to make authenticated calls
2019-10-19 18:16:08 +02:00

16 lines
335 B
Markdown

# Full example
Here is a full working example with JWT authentication to help get you started.
``` py tab="SQLAlchemy"
{!./src/full_sqlalchemy.py!}
```
```py tab="MongoDB"
# Coming soon
```
## What now?
You're ready to go! Be sure to check the [Usage](../usage/routes.md) section to understand how yo work with **FastAPI Users**.