Skip to content

Instantly share code, notes, and snippets.

@sebastienblanc
Created April 15, 2013 09:05
Show Gist options
  • Save sebastienblanc/5386868 to your computer and use it in GitHub Desktop.
Save sebastienblanc/5386868 to your computer and use it in GitHub Desktop.
{
"security":
"generateLoginForm" : true,
"generateOTPPage" : true,
"entities" : {
"org.sebi.Task" : {
"GET": {
"authentification" : false,
"authorization" : false
},
"POST": {
"authentification" : true,
"authorization" : "simple"
},
"PUT": {
"authentification" : true,
"authorization" : "admin"
},
"DELETE": {
"authentification" : true,
"authorization" : "admin"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment