diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-04 01:51:57 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-04 01:51:57 -0500 |
| commit | 9149461a45399a9f7f23322daa7c02e1397f9a91 (patch) | |
| tree | b419ceb66f4298b63d4c0f591f1f5ef0ff7a58a8 /docs/api/authentication.rst | |
| parent | 34d4cd0ea38fdbe0ab0e0832fc2114953ef4e94a (diff) | |
| parent | 04875452db1da40bd8ed0841869d511b8d86527d (diff) | |
| download | pyramid-9149461a45399a9f7f23322daa7c02e1397f9a91.tar.gz pyramid-9149461a45399a9f7f23322daa7c02e1397f9a91.tar.bz2 pyramid-9149461a45399a9f7f23322daa7c02e1397f9a91.zip | |
Merge branch 'iElectric-feature.sha512_auth'
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 19d08618b..49ee405eb 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -8,6 +8,10 @@ Authentication Policies .. automodule:: pyramid.authentication + .. autoclass:: SHA512AuthTktAuthenticationPolicy + :members: + :inherited-members: + .. autoclass:: AuthTktAuthenticationPolicy :members: :inherited-members: |
