flask-jwt
flask-jwt copied to clipboard
Setting JWT_VERIFY_EXPIRATION to false fails with UnboundLocalError
Because result is only set in one branch in _default_decode_handler.
New version should fix this. Can you please verify?
It still doesn't work for me.
Which commit did you try to fix the problem? thx
In current code, we don't use JWT_VERIFY_EXPIRATION to set the expiration, right?
Apologies for not finding time to check this yet. :(