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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oidcpy-0.0.5.tar.gz.
File metadata
- Download URL: oidcpy-0.0.5.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddb3f120855243e68ae8e4847b91e69d4c982e30458a3b3876e57827df423306
|
|
| MD5 |
df969cb93b828146769c39e7fa3cac38
|
|
| BLAKE2b-256 |
4762b82e4b6fc65fa332d8821faa881a3fedd212c33f72d809a42800e8fd25e9
|
File details
Details for the file oidcpy-0.0.5-py3-none-any.whl.
File metadata
- Download URL: oidcpy-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e2508dc161ab5e81d330790197c3ebb99cacbd2b335b79fceca12eadd8caea9
|
|
| MD5 |
71d701b8688bf5a99798961d327af199
|
|
| BLAKE2b-256 |
61e5af742542bcc000ef07d5a49a4e7a97a2ea04e9b57af1d69de6926f6b9a6f
|