diff --git a/docs/index.md b/docs/index.md index 2d639db4..78297f6c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,9 @@ # FastAPI Users +

+ FastAPI Users +

+

Ready-to-use and customizable users management for FastAPI

@@ -11,3 +15,17 @@ **Source Code**: https://github.com/frankie567/fastapi-users --- + +## Work in progress 🚧 + +This library is currently in early stage development. First working version soon! + +## Features + +* Extensible base user model +* Ready-to-use register, login, *forgot and reset password routes ([#3](https://github.com/frankie567/fastapi-users/issues/3))* +* 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 diff --git a/logo_github.png b/logo_github.png new file mode 100644 index 00000000..9efebc9e Binary files /dev/null and b/logo_github.png differ