Ragnyll / FridgeFiller

Our Project For CS 4096
1 stars 1 forks source link

Web application shopping list #5

Open Ragnyll opened 8 years ago

Ragnyll commented 8 years ago

in the web application allow a list application that allows the users to 1) Select one of many lists 2) name the list 3) add items to lists

Ragnyll commented 8 years ago

protect against illegal list access

jonsimington commented 8 years ago

We can do this with something like this

can_edit_application returns true if the user has the proper access creds., and login_url is what the user is redirected to when they fail the access check