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

🔥 Ignored Routes public api change to decorators

Open joegasewicz opened this issue 5 years ago • 3 comments

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

joegasewicz avatar Nov 30 '19 20:11 joegasewicz

When this and #100 are complete this will mark a minor release, stricter releases will follow from this point onwards.

joegasewicz avatar Dec 12 '19 01:12 joegasewicz

When this and #100 are complete this will mark a minor release, stricter releases will follow from this point onwards.

joegasewicz avatar Dec 12 '19 01:12 joegasewicz

This will be in the v0.1.0

joegasewicz avatar Jan 10 '20 08:01 joegasewicz