IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
636 stars 144 forks source link

Is support for callbacks planned? #4

Open rassie opened 3 years ago

rassie commented 3 years ago

I'm migrating some code from Flask to FastAPI and have encountered fastapi-jwt-auth, which is supposed to be a replacement for flask-jwt-extended. However, I've been using callbacks with flask-jwt-extended, especially decode_key_loader, however there seems to be no support for this in fastapi-jwt-auth. Is there any chance to see those callbacks implemented or maybe accept an appropriate PR? Thanks.

IndominusByte commented 3 years ago

I still working on an update for the next version if you want to help me feel free to pull request, cheers 🍻