From d43973130445c4f57b0bead6c98a67e36be4a09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sat, 12 Oct 2019 09:45:16 +0200 Subject: [PATCH] Link issues in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 805f1a8a..761ce75f 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ 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)* +* 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)* + * *MongoDB backend included ([#4](https://github.com/frankie567/fastapi-users/issues/4))* * Customizable authentication backend * JWT authentication backend included