Skip to main content

OpenID Connect library code

Project description

OIDCPY Package

This is a package that contains Python code to implement an OpenID Connect Provider. You can find the source code on Github.

The authorize module contains a decorator that can be applied to a Flask route handler to enforce authorization. You specify the audience and scopes as arguments to the decorator, like:

@app.route('/', methods=['GET'])
@authorize(audience='http://localhost:5000', scopes='read')
def index(): pass

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oidcpy-0.0.5.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

oidcpy-0.0.5-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page