fastapi-jwt-auth
fastapi-jwt-auth copied to clipboard
Is support for callbacks planned?
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.
I still working on an update for the next version if you want to help me feel free to pull request, cheers 🍻