Re: Per view authentication policy

2012-03-02 Thread Chris McDonough
On Fri, 2012-03-02 at 14:29 +0100, David Libault wrote: > Hi there, > > I am looking for a clean way of implementing two or more different > authentication policies inside a pyramid application, and select the > policy a per view basis, maybe with an overload of the view_config > decorator. > > >

Per view authentication policy

2012-03-02 Thread David Libault
Hi there, I am looking for a clean way of implementing two or more different authentication policies inside a pyramid application, and select the policy a per view basis, maybe with an overload of the view_config decorator. >From the little I understand, there is only one authentication policy in