From 159c8b967e9de01e9e4b68946b39d9d3bf53d0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 17 Jan 2020 11:45:25 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e56e2280..6cba9aab 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ Add quickly a registration and authentication system to your [FastAPI](https://f ## Features * [X] Extensible base user model -* [X] Ready-to-use register, login, forgot and reset password routes. -* [X] Dependency callables to inject current user in route. +* [X] Ready-to-use register, login, forgot and reset password routes +* [X] Ready-to-use OAuth2 flow +* [X] Dependency callables to inject current user in route * [X] Customizable database backend * [X] SQLAlchemy async backend included thanks to [encode/databases](https://www.encode.io/databases/) * [X] MongoDB async backend included thanks to [mongodb/motor](https://github.com/mongodb/motor)