flask-jwt-router
flask-jwt-router copied to clipboard
🔥 Ignored Routes public api change to decorators
This is our current public api for declaring ignored routes routes:
app.config["IGNORED_ROUTES"] = [("GET", "/")]
This could be a decorator instead
@jwt_routes.ignore_routes
When this and #100 are complete this will mark a minor release, stricter releases will follow from this point onwards.
When this and #100 are complete this will mark a minor release, stricter releases will follow from this point onwards.
This will be in the v0.1.0