Metadata-Version: 2.4
Name: flask-oidc
Version: 2.4.0
Summary: OpenID Connect extension for Flask
License: BSD-2-Clause
License-File: LICENSES/BSD-2-Clause.txt
Author: Erica Ehrhardt
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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 :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: authlib (>=1.2.0,<2.0.0)
Requires-Dist: blinker (>=1.4.0,<2.0.0)
Requires-Dist: flask (>=0.12.2,<4.0.0)
Requires-Dist: requests (>=2.20.0,<3.0.0)
Project-URL: Homepage, https://github.com/fedora-infra/flask-oidc
Project-URL: Repository, https://github.com/fedora-infra/flask-oidc
Description-Content-Type: text/x-rst

flask-oidc
==========

`OpenID Connect <https://openid.net/connect/>`_ support for `Flask <http://flask.pocoo.org/>`_.

.. image:: https://img.shields.io/pypi/v/flask-oidc.svg?style=flat
   :target: https://pypi.python.org/pypi/flask-oidc
   :alt: PyPI version

.. image:: https://img.shields.io/pypi/dm/flask-oidc.svg?style=flat
   :target: https://pypi.python.org/pypi/flask-oidc
   :alt: Downloads per month

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

.. image:: https://github.com/fedora-infra/flask-oidc/actions/workflows/main.yml/badge.svg?branch=develop
   :target: https://github.com/fedora-infra/flask-oidc/actions/workflows/main.yml?query=branch%3Adevelop
   :alt: Tests Status


This library should work with any standards compliant OpenID Connect provider.

The full documentation is at https://flask-oidc.readthedocs.io/

It has been tested with:

* `Ipsilon <https://ipsilon-project.org/>`_


Project status
==============

This project is in active development (again).

Test coverage is 100%.

