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