mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 03:04:27 +08:00

* Start to write documentation * Add docs favicon * Add routes documentation * Add doc about dependency callables * Add information about how to make authenticated calls
335 B
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.