diff options
| author | Michael Merickel <michael@merickel.org> | 2012-11-04 11:19:41 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-11-04 11:19:41 -0600 |
| commit | 19b8207ff1e959669d296407ed112545364a495d (patch) | |
| tree | 02ce76919f96d9f3f74bf1db99e00be3598183c7 /docs/api/authentication.rst | |
| parent | 9149461a45399a9f7f23322daa7c02e1397f9a91 (diff) | |
| download | pyramid-19b8207ff1e959669d296407ed112545364a495d.tar.gz pyramid-19b8207ff1e959669d296407ed112545364a495d.tar.bz2 pyramid-19b8207ff1e959669d296407ed112545364a495d.zip | |
merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy
AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no
longer deprecated. Docs recommend overriding hashalg and using 'sha512'.
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 49ee405eb..19d08618b 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -8,10 +8,6 @@ Authentication Policies .. automodule:: pyramid.authentication - .. autoclass:: SHA512AuthTktAuthenticationPolicy - :members: - :inherited-members: - .. autoclass:: AuthTktAuthenticationPolicy :members: :inherited-members: |
