https://github.com/zopefoundation/zope.principalregistry
Global principal registry component for Zope 3
https://github.com/zopefoundation/zope.principalregistry
maintained
Last synced: 8 months ago
JSON representation
Global principal registry component for Zope 3
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.principalregistry
- Owner: zopefoundation
- License: other
- Created: 2013-02-22T14:17:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:33:04.000Z (9 months ago)
- Last Synced: 2025-09-23T09:43:29.501Z (9 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 67
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
============================
``zope.principalregistry``
============================
.. image:: https://img.shields.io/pypi/v/zope.principalregistry.svg
:target: https://pypi.python.org/pypi/zope.principalregistry/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.principalregistry.svg
:target: https://pypi.org/project/zope.principalregistry/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.principalregistry/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.principalregistry/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.principalregistry/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.principalregistry?branch=master
.. image:: https://readthedocs.org/projects/zopeprincipalregistry/badge/?version=latest
:target: https://zopeprincipalregistry.readthedocs.io/en/latest/
:alt: Documentation Status
This package provides an authentication utility for ``zope.authentication``
that uses a simple non-persistent principal registry. This is
typically registered as a global utility, and it is usually configured
in ZCML.
Documentation is hosted at https://zopeprincipalregistry.readthedocs.io