mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 03:04:27 +08:00
Use README as index for documentation
This commit is contained in:
22
README.md
22
README.md
@ -21,16 +21,18 @@
|
||||
|
||||
---
|
||||
|
||||
## Work in progress 🚧
|
||||
|
||||
This library is currently in early stage development. First working version soon!
|
||||
Add quickly a registration and authentication system to your [FastAPI](https://fastapi.tiangolo.com/) project. **FastAPI Users** is designed to be as customizable and adaptable as possible.
|
||||
|
||||
## Features
|
||||
|
||||
* Extensible base user model
|
||||
* Ready-to-use register, login, forgot and reset password routes.
|
||||
* Customizable database backend
|
||||
* SQLAlchemy backend included
|
||||
* *MongoDB backend included ([#4](https://github.com/frankie567/fastapi-users/issues/4))*
|
||||
* Customizable authentication backend
|
||||
* JWT authentication backend included
|
||||
* [X] Extensible base user model
|
||||
* [X] Ready-to-use register, login, forgot and reset password routes.
|
||||
* [X] Customizable database backend
|
||||
* [X] SQLAlchemy backend included
|
||||
* [ ] MongoDB backend included ([#4](https://github.com/frankie567/fastapi-users/issues/4))
|
||||
* [X] Customizable authentication backend
|
||||
* [X] JWT authentication backend included
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the terms of the MIT license.
|
||||
|
@ -1,29 +1 @@
|
||||
# FastAPI Users
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/frankie567/fastapi-users/master/logo.svg?sanitize=true" alt="FastAPI Users">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<em>Ready-to-use and customizable users management for FastAPI</em>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
**Documentation**: <a href="https://frankie567.github.io/fastapi-users/" target="_blank">https://frankie567.github.io/fastapi-users/</a>
|
||||
|
||||
**Source Code**: <a href="https://github.com/frankie567/fastapi-users" target="_blank">https://github.com/frankie567/fastapi-users</a>
|
||||
|
||||
---
|
||||
|
||||
Add quickly a registration and authentication system to your [FastAPI](https://fastapi.tiangolo.com/) project. **FastAPI Users** is designed to be as customizable and adaptable as possible.
|
||||
|
||||
## Features
|
||||
|
||||
* Extensible base user model
|
||||
* Ready-to-use register, login, forgot and reset password routes.
|
||||
* Customizable database backend
|
||||
* SQLAlchemy backend included
|
||||
* *MongoDB backend included ([#4](https://github.com/frankie567/fastapi-users/issues/4))*
|
||||
* Customizable authentication backend
|
||||
* JWT authentication backend included
|
||||
{!../README.md!}
|
||||
|
@ -22,9 +22,10 @@ markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tasklist
|
||||
|
||||
nav:
|
||||
- index.md
|
||||
- About: index.md
|
||||
- installation.md
|
||||
- Configuration:
|
||||
- configuration/model.md
|
||||
|
Reference in New Issue
Block a user