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

335 B

Full example

Here is a full working example with JWT authentication to help get you started.

{!./src/full_sqlalchemy.py!}
# Coming soon

What now?

You're ready to go! Be sure to check the Usage section to understand how yo work with FastAPI Users.