File: pecan_secure.rst

package info (click to toggle)
python-pecan 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,268 kB
  • ctags: 2,123
  • sloc: python: 10,456; makefile: 150; sh: 46
file content (19 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _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: