summaryrefslogtreecommitdiff
path: root/docs/api/authentication.rst
blob: a6d4c1e1843fc4a80d144cfa6b5eb2a89013a15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _authentication_module:

:mod:`pyramid.authentication`
--------------------------------

Authentication Policies
~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: pyramid.authentication

  .. autoclass:: AuthTktAuthenticationPolicy

  .. autoclass:: RepozeWho1AuthenticationPolicy

  .. autoclass:: RemoteUserAuthenticationPolicy

Helper Classes
~~~~~~~~~~~~~~

  .. autoclass:: AuthTktCookieHelper