Lily Acadia Gilbert

Results 29 comments of Lily Acadia Gilbert

@Jonyorker Flask restplus has a different issue that causes problems with native flask errorhandlers: https://github.com/noirbizarre/flask-restplus/issues/340. You can work around that for the time being with the details here: https://github.com/vimalloc/flask-jwt-extended/issues/86#issuecomment-335509456

Are you using python3? That work around doesn't work for python2 for whatever reason.

Hrm, I'm not sure right off hand then. I'll try to take a closer when I have some downtime :+1:

@matusbielik As the `PROPAGATE_EXCEPTIONS` issues is part of flask-restful, there isn't anything I can do about it in this extension. I would suggest following up with that ticket in flask-restful...

Have you gone over the other solutions outlined in this ticket, for example if you are using flask-restplus? If none of them are working for you, please open a new...

Are you using python3? The work around linked above with `jwt._set_error_handler_callbacks` does not work with python2. If that is not the issue please create a new issue that has a...

Nothing at this time. I do agree this is a good idea and would be cool to have some first class support built into this extension, but I don't have...

Sorry it's taking me so long to look at this, had a bunch of stuff going on. I'll try to get a proper look at this in the next few...

> This would be a nice to have feature. Will it be merged? Not as is. The breaking change would need to be addressed, and I’m still not sure I...

If you don't mind me asking, what is the use case you are trying to accomplish by having access to those strings? My first thought is that if those strings...