Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.95 KB

README.rst

File metadata and controls

53 lines (37 loc) · 1.95 KB

Products.PluggableAuthService

Documentation Status Latest stable release on PyPI Stable release supported Python versions`

This product defines a fully-pluggable user folder, intended for use in all Zope sites.

Installation

The normal way it install this package is via setuptools, either via pip into a virtual environment:

$ cd /path/to/virtualenv
$ bin/pip install Products.PluggableAuthService

or by including the package in the configuration for a zc.buildout-based deployment:

$ cd /path/to/buildout
$ grep "eggs =" buildout.cfg
...
eggs = Products.PluggableAuthService
...

The product can also be installed as a dependency of another distribution.

Documentation

Please see the files under doc/ in the packaged software for more information, and consult the interfaces files under interfaces/ in the software package for PluggableAuthService and plugin APIs.

The documentation is also online available at https://productspluggableauthservice.readthedocs.io/.