Tres Seaver
2015-03-18 e4b71bb12d7eaf239469e6e1a4a14a1d9d268ca6
commit | author | age
8315ba 1 .. _index:
CM 2
25ac2e 3 ***************************************************
CM 4 :mod:`repoze.who` -- WSGI Authentication Middleware
5 ***************************************************
6
7 :Author: Chris McDonough
8 :Version: |version|
9
10 .. module:: repoze.who
11    :synopsis: WSGI authentication middleware
12
13 .. topic:: Overview
14
15    :mod:`repoze.who` is an identification and authentication framework
16    for arbitrary WSGI applications.  It acts as WSGI middleware.
17
18    :mod:`repoze.who` is inspired by Zope 2's Pluggable Authentication
19    Service (PAS) (but :mod:`repoze.who` is not dependent on Zope in any
20    way; it is useful for any WSGI application).  It provides no
21    facility for authorization (ensuring whether a user can or cannot
22    perform the operation implied by the request).  This is considered
23    to be the domain of the WSGI application.
24  
caa42f 25    It attempts to reuse implementations from ``paste.auth`` for some
25ac2e 26    of its functionality.
CM 27
8315ba 28 Sections
CM 29 ========
25ac2e 30
8315ba 31 .. toctree::
CM 32    :maxdepth: 2
25ac2e 33
8315ba 34    narr
25ac2e 35
8315ba 36 Change History
CM 37 ==============
25ac2e 38
8315ba 39 .. toctree::
CM 40    :maxdepth: 2
25ac2e 41
8315ba 42    changes
25ac2e 43
8315ba 44 Support and Development
CM 45 =======================
25ac2e 46
8315ba 47 To report bugs, use the `Repoze bug tracker <http://bugs.repoze.org>`_.
25ac2e 48
8315ba 49 If you've got questions that aren't answered by this documentation,
CM 50 contact the `Repoze-dev maillist
51 <http://lists.repoze.org/listinfo/repoze-dev>`_ or join the `#repoze
52 IRC channel <irc://irc.freenode.net/#repoze>`_.
25ac2e 53
8315ba 54 Browse and check out tagged and trunk versions of :mod:`repoze.who`
CM 55 via the `Repoze Subversion repository
56 <http://http://svn.repoze.org/repoze.who/>`_.  To check out the trunk
57 via Subversion, use this command::
25ac2e 58
8315ba 59   svn co http://svn.repoze.org/repoze.who/trunk repoze.who
25ac2e 60
8315ba 61 To find out how to become a contributor to :mod:`repoze.who`, please
CM 62 see the `contributor's page <http://repoze.org/contributing.html>`_.
37de44 63
8315ba 64 Indices and tables
CM 65 ==================
25ac2e 66
8315ba 67 * :ref:`genindex`
CM 68 * :ref:`modindex`
69 * :ref:`search`
25ac2e 70