Metadata-Version: 2.1
Name: wagtail-oauth2
Version: 2.0.5
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 :: 4
Classifier: Framework :: Wagtail :: 5
Classifier: Framework :: Wagtail :: 6
Classifier: Framework :: Wagtail :: 7
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
Provides-Extra: docs
Requires-Dist: sphinx>=9.0.0; python_version >= "3.12" and extra == "docs"
Requires-Dist: furo>=2025.12.19; python_version >= "3.12" and extra == "docs"
Description-Content-Type: text/x-rst

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

.. image:: https://github.com/gandi/wagtail-oauth2/actions/workflows/publish-doc.yml/badge.svg
   :target: https://gandi.github.io/wagtail-oauth2/
   :alt: Documentation


.. 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://gandi.github.io/wagtail-oauth2/
