diff options
| author | Theron Luhn <theron@luhn.com> | 2019-07-13 10:10:46 -0700 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2019-07-13 10:10:46 -0700 |
| commit | c69994778de79041d703fd121ec9d1aaf8a6b7c8 (patch) | |
| tree | 3950647eee90c8eafbaac9a96c7bfcd3d656ae07 /docs/api | |
| parent | 514f75fc6dfa6b7f5e58e48da229c7a23059ba31 (diff) | |
| download | pyramid-c69994778de79041d703fd121ec9d1aaf8a6b7c8.tar.gz pyramid-c69994778de79041d703fd121ec9d1aaf8a6b7c8.tar.bz2 pyramid-c69994778de79041d703fd121ec9d1aaf8a6b7c8.zip | |
Improve authn/authz API docs.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/authentication.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 835d46de0..f3a25ee64 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -14,17 +14,20 @@ Helper Classes .. autoclass:: AuthTktCookieHelper :members: - .. autoclass:: HTTPBasicCredentials - :members: - Helper Functions ~~~~~~~~~~~~~~~~ .. autofunction:: extract_http_basic_credentials + .. autoclass:: HTTPBasicCredentials + :members: + Authentication Policies ~~~~~~~~~~~~~~~~~~~~~~~ +Authentication policies have been deprecated by the new security system. See +:ref:`upgrading_auth` for more information. + .. autoclass:: AuthTktAuthenticationPolicy :members: :inherited-members: |
