piyushroshan / flask-oidc-cognito

OpenID Connect support for Flask - Extended

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-oidc-ex

OpenID Connect support for Flask.

image

image

Documentation Status

image

Known Vulnerabilities

This library is a fork of the flask-oidc <https://github.com/puiterwijk/flask-oidc> library, and should work with any standards compliant OpenID Connect provider.

The main contribution that this library provides compared to _flask_oidc is the option to locally validate JWT-based access tokens (based on python-jwt and jwcrypto) instead of calling the OP's userinfo endpoint for validation.

It also provides a way of providing a factory function for _httplib2.Http instances, so that SSL certificate validation etc. can be customized properly.

It has been tested with:

Project status

This project is in not in active development.

About

OpenID Connect support for Flask - Extended

License:Other


Languages

Language:Python 100.0%