diff options
| author | Chris McDonough <chrism@plope.com> | 2012-10-14 16:01:21 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-10-14 16:01:21 -0400 |
| commit | 6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d (patch) | |
| tree | 01b40784f098d34236e798b61f2fa897f5c115c5 /docs | |
| parent | 1207dbed3f2e4cc765fd2078f9c622329324ffe0 (diff) | |
| parent | 67fa5ad66216b6a1aa71fed639e3d2d82aa4458d (diff) | |
| download | pyramid-6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d.tar.gz pyramid-6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d.tar.bz2 pyramid-6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d.zip | |
Merge branch 'feature-basic-auth'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/authentication.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 5d4dbd9e3..587026a3b 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -10,12 +10,14 @@ Authentication Policies .. autoclass:: AuthTktAuthenticationPolicy - .. autoclass:: RepozeWho1AuthenticationPolicy - .. autoclass:: RemoteUserAuthenticationPolicy .. autoclass:: SessionAuthenticationPolicy + .. autoclass:: BasicAuthAuthenticationPolicy + + .. autoclass:: RepozeWho1AuthenticationPolicy + Helper Classes ~~~~~~~~~~~~~~ |
