Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nicolaiarocci
Created May 27, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolaiarocci/3fc0379e083266f20faf12b209108aa9 to your computer and use it in GitHub Desktop.
Save nicolaiarocci/3fc0379e083266f20faf12b209108aa9 to your computer and use it in GitHub Desktop.
from eve.auth import requires_auth
@app.route('/hello')
@requires_auth('resource')
def hello_world():
return 'Hello World!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment