Metadata-Version: 2.1
Name: invenio-saml
Version: 1.0.0a2
Summary: "Invenio module that provides SAML integration."
Home-page: https://github.com/inveniosoftware/invenio-saml
Author: Esteban J. Garcia Gabancho
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            Copyright (C) 2019 Esteban J. Garcia Gabancho.
        
            Invenio-SAML is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        ==============
         Invenio-SAML
        ==============
        
        .. image:: https://github.com/inveniosoftware/invenio-saml/workflows/CI/badge.svg
                :target: https://github.com/inveniosoftware/invenio-saml/actions?query=workflow%3ACI
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-saml.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-saml
        
        .. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-saml.svg
                :target: https://github.com/inveniosoftware/invenio-saml/releases
        
        .. image:: https://img.shields.io/pypi/dm/invenio-saml.svg
                :target: https://pypi.python.org/pypi/invenio-saml
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-saml.svg
                :target: https://github.com/inveniosoftware/invenio-saml/blob/master/LICENSE
        
        Invenio module that provides SAML integration.
        
        TODO: Please provide feature overview of module
        
        Further documentation is available on
        https://invenio-saml.readthedocs.io/
        
        ..
            Copyright (C) 2021 CERN.
            Copyright (C) 2019 Esteban J. Garcia Gabancho.
        
            Invenio-SAML is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        Changes
        =======
        
        Version 1.0.0a2 (released 2022-09-12)
        
        - Add auto_confirm, confirm user email address
        
        Version 1.0.0a1 (released 2021-07-15)
        
        - Marking strings for translation
        - Adds german translation
        
        Version 1.0.0a0 (released 2021-05-27)
        
        - Module refactoring.
        
        Version 0.1.0 (released TBD)
        
        - Initial public release.
        
Keywords: invenio SSO SAML
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Provides-Extra: tests
