From c7592ba4423b964508b0977a046808f3cd419e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sat, 12 Oct 2019 09:44:01 +0200 Subject: [PATCH] Add features to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b158dab7..805f1a8a 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,15 @@ --- ## 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)* +* Customizable database backend + * SQLAlchemy backend included + * *MongoDB backend included (#4)* +* Customizable authentication backend + * JWT authentication backend included