Metadata-Version: 2.1
Name: wagtail-oauth2
Version: 0.2.0
Summary: OAuth2.0 authentication fo wagtail
Home-page: https://wagtail-oauth2.readthedocs.io/en/latest/
License: BSD-Derived
Author: Guillaume Gauvrit
Author-email: guillaume@gandi.net
Requires-Python: >=3.7,<4.0
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (>=3.2.4,<4.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: wagtail (>=2.14.1,<3.0.0)
Project-URL: Repository, https://github.com/Gandi/wagtail-oauth2
Description-Content-Type: text/x-rst

Wagtail OAuth2.0 Login
======================

.. image:: https://readthedocs.org/projects/aioli-client/badge/?version=latest
   :target: https://aioli-client.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://github.com/Gandi/wagtail-oauth2/actions/workflows/main.yml/badge.svg
   :target: https://github.com/Gandi/wagtail-oauth2/actions/workflows/main.yml
   :alt: Build Status


.. image:: https://codecov.io/gh/Gandi/wagtail-oauth2/branch/main/graph/badge.svg?token=VN14GVV3Y0
   :target: https://codecov.io/gh/Gandi/wagtail-oauth2
   :alt: Coverage

Plugin to replace Wagtail default login by an OAuth2.0 Authorization Server.

