Skip to content

Instantly share code, notes, and snippets.

@Swalloow
Created March 12, 2017 12:23
Show Gist options
  • Save Swalloow/3b727fdcf84c640077de8f414ad785dc to your computer and use it in GitHub Desktop.
Save Swalloow/3b727fdcf84c640077de8f414ad785dc to your computer and use it in GitHub Desktop.
Missing function-level access control
@app.route("/mypage/<id>")
@jwt_required(scope='admin')
def mypage(id):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment