Files
pecan/docs/source/pecan_secure.rst
Ryan Petrello 087ea4f699 Improve pecan documentation and correct intersphinx references.
Change-Id: Iac6229a2727a3c662d3fe9e83e1aa02ef648f025
2014-01-19 17:49:11 -05:00

20 lines
445 B
ReStructuredText

.. _pecan_secure:
:mod:`pecan.secure` -- Pecan Secure Controllers
===============================================
The :mod:`pecan.secure` module includes a basic framework for building
security into your applications.
.. automodule:: pecan.secure
:members:
:show-inheritance:
.. autoclass:: pecan.secure.SecureControllerBase
:members:
:show-inheritance:
.. autoclass:: pecan.secure.SecureController
:members:
:show-inheritance: