MushroomMaula / fastapi_login

FastAPI-Login tries to provide similar functionality as Flask-Login does.
https://pypi.org/project/fastapi-login
MIT License
639 stars 58 forks source link

Version 1.7.2 #60

Closed MushroomMaula closed 3 years ago

MushroomMaula commented 3 years ago

Fixes not being able to call your decorated function on its own anymore. This was caused because the decorator did not return the function.