Link issues in README

This commit is contained in:
François Voron
2019-10-12 09:45:16 +02:00
parent c7592ba442
commit d439731304

View File

@@ -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