Metadata-Version: 2.1
Name: Flask-pyoidc-oda
Version: 0.5.0
Summary: Flask extension for OpenID Connect authentication, modified for use at ODA.
Home-page: https://github.com/zamzterz/flask-pyoidc
Author: Kevin Matlock
Author-email: kevin.matlock@omicsautomation.com
License: Apache 2.0
Description: # Flask-pyoidc
        
        [![PyPI](https://img.shields.io/pypi/v/flask-pyoidc.svg)](https://pypi.python.org/pypi/Flask-pyoidc)
        [![codecov.io](https://codecov.io/github/zamzterz/Flask-pyoidc/coverage.svg?branch=master)](https://codecov.io/github/its-dirg/Flask-pyoidc?branch=master)
        [![Build Status](https://travis-ci.org/zamzterz/Flask-pyoidc.svg?branch=master)](https://travis-ci.org/zamzterz/Flask-pyoidc)
        
        This Flask extension provides simple OpenID Connect authentication, backed by [pyoidc](https://github.com/rohe/pyoidc).
        
        ["Authorization Code Flow"](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth), as well as
        ["Implicit Flow"](https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth) and 
        ["Hybrid Flow"](https://openid.net/specs/openid-connect-core-1_0.html#HybridFlowAuth), is supported.
        
        ## Getting started
        Read [the documentation](https://flask-pyoidc.readthedocs.io/) or have a look at the
        [example Flask app](example/app.py) for a full example of how to use this extension.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
