Metadata-Version: 2.1
Name: nameko-keycloak
Version: 0.1.1
Summary: Helpers to integrate Single Sign-On in nameko-based applications using Keycloak.
Home-page: https://github.com/emplocity/nameko-keycloak
Author: Emplocity
Author-email: zbigniew.siciarz@emplocity.pl
License: Apache-2.0
Project-URL: Issue Tracker, https://github.com/emplocity/nameko-keycloak/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.8.*
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: nameko (<3,>=2)
Requires-Dist: python-keycloak (<1.0,>=0.25.0)
Requires-Dist: python-jose (<4.0,>=3.0)
Requires-Dist: cryptography (<4.0,>=3.0)
Requires-Dist: werkzeug (<2.0,>=1.0)

.. include-section-overview-start

===============
nameko-keycloak
===============

**This package is still work in progress.**

Helpers to integrate Single Sign-On in nameko_-based applications using Keycloak_.

.. _nameko: https://www.nameko.io/
.. _Keycloak: https://www.keycloak.org/

Features
========

 - TODO

Installation
============

::

    pip install nameko-keycloak

You can also install the in-development version with::

    pip install https://github.com/emplocity/nameko-keycloak/archive/master.zip

.. include-section-overview-end

Usage
=====

TODO

Documentation
=============

TODO


Authors
=======

``nameko-keycloak`` is developed and maintained by `Emplocity`_.

.. _Emplocity: https://emplocity.com/


License
=======

This work is released under the Apache 2.0 license.


