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.
>
> >
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