gbnk0
gbnk0
I tried to implement it to class_views in this pull request: https://github.com/ahopkins/sanic-jwt/pull/36 But i don't know how to implement it to the entire blueprint .
Yes there is a route by route implementation inside sanic, you think i can put directly in all blueprint.py routes like this? ```python @bp.route('/', methods=['POST', 'OPTIONS'], strict_slashes=app.config.SANIC_JWT_STRICT_SLASHES) ``` or like...
I confirm, in sanic v0.7 we can put a global strict_slashes=True, like this: ```python app = Sanic(strict_slashes=True) ``` But apparently it does not apply to blueprints
Ok thanks, i know it's not a pretty solution, i'll look at it when i 'll have more time.
Do you think we can do some modifications for initializing the auth blueprint like in the sanic-openapi library: ```python from sanic_jwt import auth_bp app.blueprint(auth_bp) ``` ?
forked: https://github.com/gbnk0/repool
This feature will be a good way to find out new content.
it's because the "queue" module is only in python3,
It will be fixed in this: https://github.com/njouanin/repool/pull/4
Then an option to enable/disable this feature will be good. Or detect mobile by checking the user agent is possible ? No? Regards