Metadata-Version: 2.1
Name: wagtail-oauth2
Version: 2.0.3
Summary: OAuth2.0 authentication fo wagtail
Author-Email: Guillaume Gauvrit <guillaume@gandi.net>
License: BSD-Derived
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Classifier: License :: OSI Approved :: BSD License
Project-URL: homepage, https://wagtail-oauth2.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/Gandi/wagtail-oauth2
Requires-Python: <4.0,>=3.7
Requires-Dist: Django<5,>=3.2.0
Requires-Dist: wagtail<8,>=4.0
Requires-Dist: requests<3,>=2.26.0
Description-Content-Type: text/x-rst

==============
Wagtail OAuth2
==============

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

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


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

What is wagtail-oauth2
----------------------

OAuth2.0 is an authorization framework widely used and usually,
OAuth2.0 authorization servers grant authorization on authenticated user.


The OAuth2 Authorization is used as an **identity provider**.


Read More
---------

You can read the `full documentation of this library here`_.


.. _`full documentation of this library here`: https://wagtail-oauth2.readthedocs.io/en/latest/
