So I have a pyramid handler where the entire handler requires
authorization.  I've followed the guide here:
http://sluggo.scrapping.cc/python/Akhet/auth.html.

But instead of doing:

    @action(permission='authenticated')
    def some_method(self):
        ....

For each action in my handler, is there a way to tell Pyramid that the
entire handler requires the authenticated permission?

Thanks,
Walden

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to