Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.24 KB

README.rst

File metadata and controls

34 lines (21 loc) · 1.24 KB

flask-oidc-mz

OpenID Connect support for Flask.

https://img.shields.io/pypi/v/flask-oidc.svg?style=flat https://img.shields.io/pypi/dm/flask-oidc.svg?style=flat Documentation Status https://img.shields.io/travis/puiterwijk/flask-oidc.svg?style=flat

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

It has been tested with:

Project status

This repo was forked from https://github.com/gerwout/flask-oidc since the change we need was not being merged timely.

The pull request in question was https://github.com/puiterwijk/flask-oidc/pull/144/files

The only custom change we've made is to merge and build this change as flask-oidc-mz so that we can use flask-oidc properly.