diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-04 01:07:51 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-04 01:07:51 -0500 |
| commit | eb1807fd7d8e72ebdc386ee9f5ec00738dd87b44 (patch) | |
| tree | 8c618025a5e4c514e69f614e0afcd2c81b032eed /docs/api/authentication.rst | |
| parent | 34d4cd0ea38fdbe0ab0e0832fc2114953ef4e94a (diff) | |
| parent | 801adfb060911b92f9787ec6517250436b1373be (diff) | |
| download | pyramid-eb1807fd7d8e72ebdc386ee9f5ec00738dd87b44.tar.gz pyramid-eb1807fd7d8e72ebdc386ee9f5ec00738dd87b44.tar.bz2 pyramid-eb1807fd7d8e72ebdc386ee9f5ec00738dd87b44.zip | |
Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid into iElectric-feature.sha512_auth
Diffstat (limited to 'docs/api/authentication.rst')
| -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 19d08618b..e6ee5658b 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -8,6 +8,8 @@ Authentication Policies .. automodule:: pyramid.authentication + .. autoclass:: SHA512AuthTktAuthenticationPolicy + .. autoclass:: AuthTktAuthenticationPolicy :members: :inherited-members: |
