diff options
| author | Michael Merickel <michael@merickel.org> | 2011-05-25 03:48:18 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-05-25 03:48:18 -0500 |
| commit | ef992fd2336ab3cd4c4d113a2e319ab9f3aeb23b (patch) | |
| tree | 0477d99049b37e40b11852f36cdb0a7a452ffd88 /docs | |
| parent | 7d34f86e98b6002bccd1e04f205b3387c6a1118d (diff) | |
| download | pyramid-ef992fd2336ab3cd4c4d113a2e319ab9f3aeb23b.tar.gz pyramid-ef992fd2336ab3cd4c4d113a2e319ab9f3aeb23b.tar.bz2 pyramid-ef992fd2336ab3cd4c4d113a2e319ab9f3aeb23b.zip | |
Added a simple session-based authentication policy.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/authentication.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index bf7f8f8d5..5d4dbd9e3 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -14,6 +14,8 @@ Authentication Policies .. autoclass:: RemoteUserAuthenticationPolicy + .. autoclass:: SessionAuthenticationPolicy + Helper Classes ~~~~~~~~~~~~~~ |
