mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-17 05:38:33 +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
8 lines
143 B
Markdown
8 lines
143 B
Markdown
# Authentication
|
|
|
|
**FastAPI Users** allows you to plug in several authentication methods.
|
|
|
|
## Provided methods
|
|
|
|
* [JWT authentication](jwt.md)
|