Metadata-Version: 2.1
Name: codesyntax.login
Version: 1.1
Summary: Add-on on to set login basics for CodeSyntax users
Home-page: https://github.com/collective/codesyntax.login
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/codesyntax.login
Project-URL: Source, https://github.com/codesyntax/codesyntax.login
Project-URL: Tracker, https://github.com/codesyntax/codesyntax.login/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: plone.api>=1.8.4
Requires-Dist: pas.plugins.oidc
Requires-Dist: collective.regenv
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://github.com/collective/codesyntax.login/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/codesyntax.login/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/codesyntax.login/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/codesyntax.login?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/codesyntax.login/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/codesyntax.login

.. image:: https://img.shields.io/pypi/v/codesyntax.login.svg
    :target: https://pypi.python.org/pypi/codesyntax.login/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/codesyntax.login.svg
    :target: https://pypi.python.org/pypi/codesyntax.login
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/codesyntax.login.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/codesyntax.login.svg
    :target: https://pypi.python.org/pypi/codesyntax.login/
    :alt: License


================
codesyntax.login
================

Add-on on to set login basics for CodeSyntax users

This product is meant to be used together with pas.plugins.oidc and, if wanted, collective.regenv.

It creates a user group for CodeSyntax users that will be authorized to log in in a Plone site using pas.plugins.oidc

Installation
------------

Install codesyntax.login by adding it to your buildout::

    [buildout]

    ...

    eggs =
        codesyntax.login


and then running ``bin/buildout``

Check pas.plugins.oidc documentation to learn how to configure it.


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Mikel Larreategi, mlarreategi@codesyntax.com


Changelog
=========


1.1 (2024-07-18)
----------------

- Be safe against change of import
  [erral]

1.0 (2023-11-22)
----------------

- Initial release.
  [erral]
