From 0688dad3e51361e3274650f39897100063f89459 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 1 Jul 2009 08:13:25 +0000 Subject: - Deprecate the ``authentication_policy`` and ``authorization_policy`` arguments to ``repoze.bfg.router.make_app``. Instead, developers should use the various authentication policy ZCML directives (``repozewho1authenticationpolicy``, ``remoteuserauthenticationpolicy`` and ``authtktauthenticationpolicy``) and the `aclauthorizationpolicy`` authorization policy directive as described in the changes to the "Security" narrative documentation chapter and the wiki tutorials. --- docs/index.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 7691e2400..41d3409b3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,8 +52,6 @@ Per-module :mod:`repoze.bfg` API documentation. .. toctree:: :maxdepth: 2 - api/authentication - api/authorization api/events api/interfaces api/location -- cgit v1.2.3