https://github.com/zopefoundation/products.pluggableauthservice
Pluggable Zope authentication / authorization framework
https://github.com/zopefoundation/products.pluggableauthservice
maintained
Last synced: about 1 month ago
JSON representation
Pluggable Zope authentication / authorization framework
- Host: GitHub
- URL: https://github.com/zopefoundation/products.pluggableauthservice
- Owner: zopefoundation
- License: other
- Created: 2015-02-10T02:02:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T05:30:09.000Z (about 2 months ago)
- Last Synced: 2025-04-08T06:26:12.564Z (about 2 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 1.17 MB
- Stars: 9
- Watchers: 67
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Products.PluggableAuthService
=============================.. image:: https://github.com/zopefoundation/Products.PluggableAuthService/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/Products.PluggableAuthService/actions/workflows/tests.yml.. image:: https://coveralls.io/repos/github/zopefoundation/Products.PluggableAuthService/badge.svg
:target: https://coveralls.io/github/zopefoundation/Products.PluggableAuthService.. image:: https://readthedocs.org/projects/productspluggableauthservice/badge/?version=latest
:target: https://productspluggableauthservice.readthedocs.io/
:alt: Documentation Status.. image:: https://img.shields.io/pypi/v/Products.PluggableAuthService.svg
:target: https://pypi.org/project/Products.PluggableAuthService/
:alt: Latest stable release on PyPI.. image:: https://img.shields.io/pypi/pyversions/Products.PluggableAuthService.svg
:target: https://pypi.org/project/Products.PluggableAuthService/
:alt: 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.PluggableAuthServiceor 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/.