Prophet32j / project-pir-node

Node.js API web server for delivering content and data to devices
1 stars 0 forks source link

Add ACLs on API routes #3

Open Prophet32j opened 9 years ago

Prophet32j commented 9 years ago

protect specific endpoints from normal users. 4 ACL types: Parent Volunteer Front Desk Admin

Admin will have full R/W rights Front Desk will have full R and restrictred W rights Parent and Volunteer will have restricted RW rights

Prophet32j commented 9 years ago

we will have to come back to this at a later time. Spending too much time trying to figure out resource ownership.