permissions with handlers

2010-11-20 Thread Eric Rasmussen
Hi everyone, I completed the wiki tutorial and had no problem setting up authorization/authentication with config.add_route and the keyword argument view_permission. However, I'm putting together my own app now using the Pylons style handlers, and it doesn't seem to act on the permission setting

Re: permissions with handlers

2010-11-20 Thread Ben Bangert
On Nov 20, 2010, at 2:21 AM, Eric Rasmussen wrote: I completed the wiki tutorial and had no problem setting up authorization/authentication with config.add_route and the keyword argument view_permission. However, I'm putting together my own app now using the Pylons style handlers, and it