Skip to content

Commit

Permalink
Updated README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Traian committed Jul 22, 2020
1 parent 41716e8 commit 9aac406
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ flask-oidc-ext
.. _Google+ Login: https://developers.google.com/accounts/docs/OAuth2Login
.. _Ipsilon: https://ipsilon-project.org/

.. |image| image:: https://img.shields.io/pypi/v/flask-oidc.svg?style=flat
:target: https://pypi.python.org/pypi/flask-oidc
.. |image| image:: https://img.shields.io/pypi/v/flask-oidc-ext.svg?style=flat
:target: https://pypi.python.org/pypi/flask-oidc-ext
.. |image1| image:: https://img.shields.io/pypi/dm/flask-oidc.svg?style=flat
:target: https://pypi.python.org/pypi/flask-oidc
.. |Documentation Status| image:: https://readthedocs.org/projects/flask-oidc/badge/?version=latest
:target: http://flask-oidc.readthedocs.io/en/latest/?badge=latest
.. |image2| image:: https://img.shields.io/travis/puiterwijk/flask-oidc.svg?style=flat
:target: https://travis-ci.org/puiterwijk/flask-oidc
.. |image2| image:: https://img.shields.io/travis/svintit/flask-oidc-ext.svg?style=flat
:target: https://travis-ci.org/svintit/flask-oidc-ext

This library should work with any standards compliant OpenID Connect
provider.
Expand All @@ -28,14 +28,12 @@ It has been tested with:
--------------

Project status
~~~~~~~~~~~~~~

This project is *actually* in active development.

--------------

Extension list
~~~~~~~~~~~~~~

- Added extra header option to requests ``OIDC_EXTRA_REQUEST_HEADERS``.
This adds the ability to add a ``Host: <issuer>`` header in
Expand Down

0 comments on commit 9aac406

Please sign in to comment.