Skip to content

rynbrd/pyramid_couchauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CouchDB Auth/Auth for Pyramid

CouchDB authorization/authentication plugins for Pyramid.

Installation from Source

There are currently no official releases of pyramid_couchauth. As such you will need to build and install the code by hand.

First, retrieve the source code:

git clone --depth 1 git://github.com/BlueDragonX/pyramid_couchauth.git

Then enter the project directory and build the egg:

cd pyramid_couchauth
python setup.py bdist_egg

Lastly install the egg:

easy_install dist/pyramid_couchauth*.egg

Usage Example

A working example is available on github.

About

A Pyramid add-on for authentication/authorization against CouchDB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages