flask-jwt-router icon indicating copy to clipboard operation
flask-jwt-router copied to clipboard

Router test mixin should not duplicate any code from the Router class

Open joegasewicz opened this issue 3 years ago • 0 comments

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...

joegasewicz avatar Jul 21 '21 13:07 joegasewicz