fastapi-jwt-auth icon indicating copy to clipboard operation
fastapi-jwt-auth copied to clipboard

Is support for callbacks planned?

Open rassie opened this issue 5 years ago • 1 comments

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.

rassie avatar Oct 13 '20 14:10 rassie

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

IndominusByte avatar Oct 13 '20 14:10 IndominusByte