flask-jwt-router
flask-jwt-router copied to clipboard
Router test mixin should not duplicate any code from the Router class
Currently there is some code duplication within the handle_token
methods.
Employ a hook system to pull in the logic as required, could use a generator function etc...