Skip to content

Instantly share code, notes, and snippets.

@amackera
Created December 16, 2012 21:01
Show Gist options
  • Select an option

  • Save amackera/4312984 to your computer and use it in GitHub Desktop.

Select an option

Save amackera/4312984 to your computer and use it in GitHub Desktop.
Auth
authorization = (Role('teacher') & Owner()) |\
(Role('student') & Enrolled() & ItemAvailable() &\
Methods(['get', 'post'])) | Admin()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment