chdorner / pyramid_authsanity

An auth policy for the Pyramid Web Framework with sane defaults.

Home Page:http://pyramid-authsanity.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyramid_authsanity

An auth policy for the Pyramid Web Framework with sane defaults that works with Michael Merickel's absolutely fantastic pyramid_services. Provides an easy to use authorization policy that incorporates web security best practices.

Installation

Install from PyPI using pip or easy_install inside a virtual environment.

$ $VENV/bin/pip install pyramid_authsanity

Or install directly from source.

$ git clone https://github.com/usingnamespace/pyramid_authsanity.git
$ cd pyramid_authsanity
$ $VENV/bin/pip install -e .

Setup

Activate pyramid_authsanity by including it into your pyramid application.

config.include('pyramid_authsanity')

About

An auth policy for the Pyramid Web Framework with sane defaults.

http://pyramid-authsanity.readthedocs.org/en/latest/

License:ISC License


Languages

Language:Python 100.0%